Shades of Genoa #247766
Tints of Genoa #247766
RGB
CMYK
RGB Variations
Color information
#247766 (or 0x247766) is known color: Genoa. HEX triplet: 24, 77 and 66. RGB value is (36,119,102). Sum of RGB (Red+Green+Blue) = 36+119+102=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #247766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247766 is #DB8899. Grayscale: #5C5C5C. Windows color (decimal): -14387354 or 6715172. OLE color: 6715172.
HSL color Cylindrical-coordinate representation of color #247766: hue angle of 167.71º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247766 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 119 | 102 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.53 |
| HSL | 167.71º | 0.54% | 0.3% | - |
| HSV(B) | 167.71º | 0.7% | 0.47% | - |
| XYZ | 9.72 | 14.53 | 14.86 | - |
| YUV | 92.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 102 | 0.70 | 0 | 0.14 | 0.53 | 167.71 | 0.54 | 0.3 |
| Hex | 24 | 77 | 66 | 46 | 0 | E | 35 | A8 | 36 | 1E |
| Octal | 44 | 167 | 146 | 106 | 0 | 16 | 65 | 250 | 66 | 36 |
| Binary | 100100 | 1110111 | 1100110 | 1000110 | 0 | 1110 | 110101 | 10101000 | 110110 | 11110 |
Color Harmonies of #247766
Complementary color
Monochromatic Colors of #247766
Black with #247766
Text Example
Text Example
White with #247766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247766; }
p { color: rgb(36,119,102); }
H1.HeaderClassName
{
color: #247766;
}
.AnyTagClassName
{
color: #247766;
}
</style>
background-color css
<style>
a { background-color: #247766; }
a { background-color: rgb(36,119,102); }
div.DivClassName
{
background-color: #247766;
}
.BgClassName
{
background-color: #247766;
}
</style>
border-color css
<style>
span { border-color: #247766; }
span { border-color: rgb(36,119,102); }
td.TdClassName
{
border-color: #247766;
}
.TagClassName
{
border-color: #247766;
}
</style>