I want to convert a color tuple to a color name, like \'yellow\' or \'blue\'
>>> im = Image.open(\"test.jpg\") >>> n, color = max(im.getcol
There is a program called pynche which can change RGB to colour name in English for Python.
You can try to use the method ColorDB.nearest() in ColorDB.py which can do what you want.
ColorDB.nearest()
ColorDB.py
You can find more information about this method here : ColorDB Pynche