Shades of Genoa #36706E
Tints of Genoa #36706E
RGB
CMYK
RGB Variations
Color information
#36706E (or 0x36706E) is known color: Genoa. HEX triplet: 36, 70 and 6E. RGB value is (54,112,110). Sum of RGB (Red+Green+Blue) = 54+112+110=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #36706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36706E is #C98F91. Grayscale: #5E5E5E. Windows color (decimal): -13209490 or 7237686. OLE color: 7237686.
HSL color Cylindrical-coordinate representation of color #36706E: hue angle of 177.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36706E is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 112 | 110 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.56 |
| HSL | 177.93º | 0.35% | 0.33% | - |
| HSV(B) | 177.93º | 0.52% | 0.44% | - |
| XYZ | 10.13 | 13.5 | 16.82 | - |
| YUV | 94.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 110 | 0.52 | 0 | 0.02 | 0.56 | 177.93 | 0.35 | 0.33 |
| Hex | 36 | 70 | 6E | 34 | 0 | 2 | 38 | B2 | 23 | 21 |
| Octal | 66 | 160 | 156 | 64 | 0 | 2 | 70 | 262 | 43 | 41 |
| Binary | 110110 | 1110000 | 1101110 | 110100 | 0 | 10 | 111000 | 10110010 | 100011 | 100001 |
Color Harmonies of #36706E
Complementary color
Monochromatic Colors of #36706E
Black with #36706E
Text Example
Text Example
White with #36706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36706E; }
p { color: rgb(54,112,110); }
H1.HeaderClassName
{
color: #36706E;
}
.AnyTagClassName
{
color: #36706E;
}
</style>
background-color css
<style>
a { background-color: #36706E; }
a { background-color: rgb(54,112,110); }
div.DivClassName
{
background-color: #36706E;
}
.BgClassName
{
background-color: #36706E;
}
</style>
border-color css
<style>
span { border-color: #36706E; }
span { border-color: rgb(54,112,110); }
td.TdClassName
{
border-color: #36706E;
}
.TagClassName
{
border-color: #36706E;
}
</style>