Shades of Genoa #247564
Tints of Genoa #247564
RGB
CMYK
RGB Variations
Color information
#247564 (or 0x247564) is known color: Genoa. HEX triplet: 24, 75 and 64. RGB value is (36,117,100). Sum of RGB (Red+Green+Blue) = 36+117+100=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #247564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247564 is #DB8A9B. Grayscale: #5A5A5A. Windows color (decimal): -14387868 or 6583588. OLE color: 6583588.
HSL color Cylindrical-coordinate representation of color #247564: hue angle of 167.41º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247564 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 117 | 100 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.54 |
| HSL | 167.41º | 0.53% | 0.3% | - |
| HSV(B) | 167.41º | 0.69% | 0.46% | - |
| XYZ | 9.39 | 14.02 | 14.27 | - |
| YUV | 90.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 100 | 0.69 | 0 | 0.15 | 0.54 | 167.41 | 0.53 | 0.3 |
| Hex | 24 | 75 | 64 | 45 | 0 | F | 36 | A7 | 35 | 1E |
| Octal | 44 | 165 | 144 | 105 | 0 | 17 | 66 | 247 | 65 | 36 |
| Binary | 100100 | 1110101 | 1100100 | 1000101 | 0 | 1111 | 110110 | 10100111 | 110101 | 11110 |
Color Harmonies of #247564
Complementary color
Monochromatic Colors of #247564
Black with #247564
Text Example
Text Example
White with #247564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247564; }
p { color: rgb(36,117,100); }
H1.HeaderClassName
{
color: #247564;
}
.AnyTagClassName
{
color: #247564;
}
</style>
background-color css
<style>
a { background-color: #247564; }
a { background-color: rgb(36,117,100); }
div.DivClassName
{
background-color: #247564;
}
.BgClassName
{
background-color: #247564;
}
</style>
border-color css
<style>
span { border-color: #247564; }
span { border-color: rgb(36,117,100); }
td.TdClassName
{
border-color: #247564;
}
.TagClassName
{
border-color: #247564;
}
</style>