xorgrgb

X.Org color names database for looking up RGB values by color name.

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: color names database

Commands

rgb

Examples

find RGB values for a color name$ rgb red
search for all shades of blue colors$ rgb blue
look up hex code for a named color$ rgb -l | grep -i darkgreen
show all available color names in database$ rgb -l
find color by RGB value$ rgb 255 0 0