Shades of Genoa #247369
Tints of Genoa #247369
RGB
CMYK
RGB Variations
Color information
#247369 (or 0x247369) is known color: Genoa. HEX triplet: 24, 73 and 69. RGB value is (36,115,105). Sum of RGB (Red+Green+Blue) = 36+115+105=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #247369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247369 is #DB8C96. Grayscale: #5A5A5A. Windows color (decimal): -14388375 or 6910756. OLE color: 6910756.
HSL color Cylindrical-coordinate representation of color #247369: hue angle of 172.41º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247369 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 115 | 105 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.55 |
| HSL | 172.41º | 0.52% | 0.3% | - |
| HSV(B) | 172.41º | 0.69% | 0.45% | - |
| XYZ | 9.41 | 13.66 | 15.5 | - |
| YUV | 90.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 105 | 0.69 | 0 | 0.09 | 0.55 | 172.41 | 0.52 | 0.3 |
| Hex | 24 | 73 | 69 | 45 | 0 | 9 | 37 | AC | 34 | 1E |
| Octal | 44 | 163 | 151 | 105 | 0 | 11 | 67 | 254 | 64 | 36 |
| Binary | 100100 | 1110011 | 1101001 | 1000101 | 0 | 1001 | 110111 | 10101100 | 110100 | 11110 |
Color Harmonies of #247369
Complementary color
Monochromatic Colors of #247369
Black with #247369
Text Example
Text Example
White with #247369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247369; }
p { color: rgb(36,115,105); }
H1.HeaderClassName
{
color: #247369;
}
.AnyTagClassName
{
color: #247369;
}
</style>
background-color css
<style>
a { background-color: #247369; }
a { background-color: rgb(36,115,105); }
div.DivClassName
{
background-color: #247369;
}
.BgClassName
{
background-color: #247369;
}
</style>
border-color css
<style>
span { border-color: #247369; }
span { border-color: rgb(36,115,105); }
td.TdClassName
{
border-color: #247369;
}
.TagClassName
{
border-color: #247369;
}
</style>