Shades of Genoa #247164
Tints of Genoa #247164
RGB
CMYK
RGB Variations
Color information
#247164 (or 0x247164) is known color: Genoa. HEX triplet: 24, 71 and 64. RGB value is (36,113,100). Sum of RGB (Red+Green+Blue) = 36+113+100=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #247164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247164 is #DB8E9B. Grayscale: #585858. Windows color (decimal): -14388892 or 6582564. OLE color: 6582564.
HSL color Cylindrical-coordinate representation of color #247164: hue angle of 169.87º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247164 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 113 | 100 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.56 |
| HSL | 169.87º | 0.52% | 0.29% | - |
| HSV(B) | 169.87º | 0.68% | 0.44% | - |
| XYZ | 8.93 | 13.11 | 14.12 | - |
| YUV | 88.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 100 | 0.68 | 0 | 0.12 | 0.56 | 169.87 | 0.52 | 0.29 |
| Hex | 24 | 71 | 64 | 44 | 0 | C | 38 | AA | 34 | 1D |
| Octal | 44 | 161 | 144 | 104 | 0 | 14 | 70 | 252 | 64 | 35 |
| Binary | 100100 | 1110001 | 1100100 | 1000100 | 0 | 1100 | 111000 | 10101010 | 110100 | 11101 |
Color Harmonies of #247164
Complementary color
Monochromatic Colors of #247164
Black with #247164
Text Example
Text Example
White with #247164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247164; }
p { color: rgb(36,113,100); }
H1.HeaderClassName
{
color: #247164;
}
.AnyTagClassName
{
color: #247164;
}
</style>
background-color css
<style>
a { background-color: #247164; }
a { background-color: rgb(36,113,100); }
div.DivClassName
{
background-color: #247164;
}
.BgClassName
{
background-color: #247164;
}
</style>
border-color css
<style>
span { border-color: #247164; }
span { border-color: rgb(36,113,100); }
td.TdClassName
{
border-color: #247164;
}
.TagClassName
{
border-color: #247164;
}
</style>