Shades of Genoa #247165
Tints of Genoa #247165
RGB
CMYK
RGB Variations
Color information
#247165 (or 0x247165) is known color: Genoa. HEX triplet: 24, 71 and 65. RGB value is (36,113,101). Sum of RGB (Red+Green+Blue) = 36+113+101=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #247165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247165 is #DB8E9A. Grayscale: #585858. Windows color (decimal): -14388891 or 6648100. OLE color: 6648100.
HSL color Cylindrical-coordinate representation of color #247165: hue angle of 170.65º 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 #247165 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 113 | 101 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.56 |
| HSL | 170.65º | 0.52% | 0.29% | - |
| HSV(B) | 170.65º | 0.68% | 0.44% | - |
| XYZ | 8.98 | 13.12 | 14.37 | - |
| YUV | 88.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 101 | 0.68 | 0 | 0.11 | 0.56 | 170.65 | 0.52 | 0.29 |
| Hex | 24 | 71 | 65 | 44 | 0 | B | 38 | AB | 34 | 1D |
| Octal | 44 | 161 | 145 | 104 | 0 | 13 | 70 | 253 | 64 | 35 |
| Binary | 100100 | 1110001 | 1100101 | 1000100 | 0 | 1011 | 111000 | 10101011 | 110100 | 11101 |
Color Harmonies of #247165
Complementary color
Monochromatic Colors of #247165
Black with #247165
Text Example
Text Example
White with #247165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247165; }
p { color: rgb(36,113,101); }
H1.HeaderClassName
{
color: #247165;
}
.AnyTagClassName
{
color: #247165;
}
</style>
background-color css
<style>
a { background-color: #247165; }
a { background-color: rgb(36,113,101); }
div.DivClassName
{
background-color: #247165;
}
.BgClassName
{
background-color: #247165;
}
</style>
border-color css
<style>
span { border-color: #247165; }
span { border-color: rgb(36,113,101); }
td.TdClassName
{
border-color: #247165;
}
.TagClassName
{
border-color: #247165;
}
</style>