Shades of Genoa #36726E
Tints of Genoa #36726E
RGB
CMYK
RGB Variations
Color information
#36726E (or 0x36726E) is known color: Genoa. HEX triplet: 36, 72 and 6E. RGB value is (54,114,110). Sum of RGB (Red+Green+Blue) = 54+114+110=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #36726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36726E is #C98D91. Grayscale: #5F5F5F. Windows color (decimal): -13208978 or 7238198. OLE color: 7238198.
HSL color Cylindrical-coordinate representation of color #36726E: hue angle of 176º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36726E is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 114 | 110 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.55 |
| HSL | 176º | 0.36% | 0.33% | - |
| HSV(B) | 176º | 0.53% | 0.45% | - |
| XYZ | 10.35 | 13.94 | 16.9 | - |
| YUV | 95.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 110 | 0.53 | 0 | 0.04 | 0.55 | 176 | 0.36 | 0.33 |
| Hex | 36 | 72 | 6E | 35 | 0 | 4 | 37 | B0 | 24 | 21 |
| Octal | 66 | 162 | 156 | 65 | 0 | 4 | 67 | 260 | 44 | 41 |
| Binary | 110110 | 1110010 | 1101110 | 110101 | 0 | 100 | 110111 | 10110000 | 100100 | 100001 |
Color Harmonies of #36726E
Complementary color
Monochromatic Colors of #36726E
Black with #36726E
Text Example
Text Example
White with #36726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36726E; }
p { color: rgb(54,114,110); }
H1.HeaderClassName
{
color: #36726E;
}
.AnyTagClassName
{
color: #36726E;
}
</style>
background-color css
<style>
a { background-color: #36726E; }
a { background-color: rgb(54,114,110); }
div.DivClassName
{
background-color: #36726E;
}
.BgClassName
{
background-color: #36726E;
}
</style>
border-color css
<style>
span { border-color: #36726E; }
span { border-color: rgb(54,114,110); }
td.TdClassName
{
border-color: #36726E;
}
.TagClassName
{
border-color: #36726E;
}
</style>