Shades of Genoa #36706C
Tints of Genoa #36706C
RGB
CMYK
RGB Variations
Color information
#36706C (or 0x36706C) is known color: Genoa. HEX triplet: 36, 70 and 6C. RGB value is (54,112,108). Sum of RGB (Red+Green+Blue) = 54+112+108=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #36706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36706C is #C98F93. Grayscale: #5E5E5E. Windows color (decimal): -13209492 or 7106614. OLE color: 7106614.
HSL color Cylindrical-coordinate representation of color #36706C: hue angle of 175.86º 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 #36706C is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 112 | 108 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.56 |
| HSL | 175.86º | 0.35% | 0.33% | - |
| HSV(B) | 175.86º | 0.52% | 0.44% | - |
| XYZ | 10.02 | 13.46 | 16.26 | - |
| YUV | 94.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 108 | 0.52 | 0 | 0.04 | 0.56 | 175.86 | 0.35 | 0.33 |
| Hex | 36 | 70 | 6C | 34 | 0 | 4 | 38 | B0 | 23 | 21 |
| Octal | 66 | 160 | 154 | 64 | 0 | 4 | 70 | 260 | 43 | 41 |
| Binary | 110110 | 1110000 | 1101100 | 110100 | 0 | 100 | 111000 | 10110000 | 100011 | 100001 |
Color Harmonies of #36706C
Complementary color
Monochromatic Colors of #36706C
Black with #36706C
Text Example
Text Example
White with #36706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36706C; }
p { color: rgb(54,112,108); }
H1.HeaderClassName
{
color: #36706C;
}
.AnyTagClassName
{
color: #36706C;
}
</style>
background-color css
<style>
a { background-color: #36706C; }
a { background-color: rgb(54,112,108); }
div.DivClassName
{
background-color: #36706C;
}
.BgClassName
{
background-color: #36706C;
}
</style>
border-color css
<style>
span { border-color: #36706C; }
span { border-color: rgb(54,112,108); }
td.TdClassName
{
border-color: #36706C;
}
.TagClassName
{
border-color: #36706C;
}
</style>