Shades of Genoa #36716E
Tints of Genoa #36716E
RGB
CMYK
RGB Variations
Color information
#36716E (or 0x36716E) is known color: Genoa. HEX triplet: 36, 71 and 6E. RGB value is (54,113,110). Sum of RGB (Red+Green+Blue) = 54+113+110=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #36716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716E is #C98E91. Grayscale: #5E5E5E. Windows color (decimal): -13209234 or 7237942. OLE color: 7237942.
HSL color Cylindrical-coordinate representation of color #36716E: hue angle of 176.95º 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 #36716E is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 110 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.56 |
| HSL | 176.95º | 0.35% | 0.33% | - |
| HSV(B) | 176.95º | 0.52% | 0.44% | - |
| XYZ | 10.24 | 13.72 | 16.86 | - |
| YUV | 95.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 110 | 0.52 | 0 | 0.03 | 0.56 | 176.95 | 0.35 | 0.33 |
| Hex | 36 | 71 | 6E | 34 | 0 | 3 | 38 | B1 | 23 | 21 |
| Octal | 66 | 161 | 156 | 64 | 0 | 3 | 70 | 261 | 43 | 41 |
| Binary | 110110 | 1110001 | 1101110 | 110100 | 0 | 11 | 111000 | 10110001 | 100011 | 100001 |
Color Harmonies of #36716E
Complementary color
Monochromatic Colors of #36716E
Black with #36716E
Text Example
Text Example
White with #36716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36716E; }
p { color: rgb(54,113,110); }
H1.HeaderClassName
{
color: #36716E;
}
.AnyTagClassName
{
color: #36716E;
}
</style>
background-color css
<style>
a { background-color: #36716E; }
a { background-color: rgb(54,113,110); }
div.DivClassName
{
background-color: #36716E;
}
.BgClassName
{
background-color: #36716E;
}
</style>
border-color css
<style>
span { border-color: #36716E; }
span { border-color: rgb(54,113,110); }
td.TdClassName
{
border-color: #36716E;
}
.TagClassName
{
border-color: #36716E;
}
</style>