Shades of Genoa #24726A
Tints of Genoa #24726A
RGB
CMYK
RGB Variations
Color information
#24726A (or 0x24726A) is known color: Genoa. HEX triplet: 24, 72 and 6A. RGB value is (36,114,106). Sum of RGB (Red+Green+Blue) = 36+114+106=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #24726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24726A is #DB8D95. Grayscale: #595959. Windows color (decimal): -14388630 or 6976036. OLE color: 6976036.
HSL color Cylindrical-coordinate representation of color #24726A: hue angle of 173.85º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24726A is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 114 | 106 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.55 |
| HSL | 173.85º | 0.52% | 0.29% | - |
| HSV(B) | 173.85º | 0.68% | 0.45% | - |
| XYZ | 9.35 | 13.45 | 15.74 | - |
| YUV | 89.77 | 137.16 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 106 | 0.68 | 0 | 0.07 | 0.55 | 173.85 | 0.52 | 0.29 |
| Hex | 24 | 72 | 6A | 44 | 0 | 7 | 37 | AE | 34 | 1D |
| Octal | 44 | 162 | 152 | 104 | 0 | 7 | 67 | 256 | 64 | 35 |
| Binary | 100100 | 1110010 | 1101010 | 1000100 | 0 | 111 | 110111 | 10101110 | 110100 | 11101 |
Color Harmonies of #24726A
Complementary color
Monochromatic Colors of #24726A
Black with #24726A
Text Example
Text Example
White with #24726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24726A; }
p { color: rgb(36,114,106); }
H1.HeaderClassName
{
color: #24726A;
}
.AnyTagClassName
{
color: #24726A;
}
</style>
background-color css
<style>
a { background-color: #24726A; }
a { background-color: rgb(36,114,106); }
div.DivClassName
{
background-color: #24726A;
}
.BgClassName
{
background-color: #24726A;
}
</style>
border-color css
<style>
span { border-color: #24726A; }
span { border-color: rgb(36,114,106); }
td.TdClassName
{
border-color: #24726A;
}
.TagClassName
{
border-color: #24726A;
}
</style>