Shades of Genoa #36716D
Tints of Genoa #36716D
RGB
CMYK
RGB Variations
Color information
#36716D (or 0x36716D) is known color: Genoa. HEX triplet: 36, 71 and 6D. RGB value is (54,113,109). Sum of RGB (Red+Green+Blue) = 54+113+109=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #36716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716D is #C98E92. Grayscale: #5E5E5E. Windows color (decimal): -13209235 or 7172406. OLE color: 7172406.
HSL color Cylindrical-coordinate representation of color #36716D: hue angle of 175.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 #36716D is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 109 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.56 |
| HSL | 175.93º | 0.35% | 0.33% | - |
| HSV(B) | 175.93º | 0.52% | 0.44% | - |
| XYZ | 10.19 | 13.7 | 16.58 | - |
| YUV | 94.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 109 | 0.52 | 0 | 0.04 | 0.56 | 175.93 | 0.35 | 0.33 |
| Hex | 36 | 71 | 6D | 34 | 0 | 4 | 38 | B0 | 23 | 21 |
| Octal | 66 | 161 | 155 | 64 | 0 | 4 | 70 | 260 | 43 | 41 |
| Binary | 110110 | 1110001 | 1101101 | 110100 | 0 | 100 | 111000 | 10110000 | 100011 | 100001 |
Color Harmonies of #36716D
Complementary color
Monochromatic Colors of #36716D
Black with #36716D
Text Example
Text Example
White with #36716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36716D; }
p { color: rgb(54,113,109); }
H1.HeaderClassName
{
color: #36716D;
}
.AnyTagClassName
{
color: #36716D;
}
</style>
background-color css
<style>
a { background-color: #36716D; }
a { background-color: rgb(54,113,109); }
div.DivClassName
{
background-color: #36716D;
}
.BgClassName
{
background-color: #36716D;
}
</style>
border-color css
<style>
span { border-color: #36716D; }
span { border-color: rgb(54,113,109); }
td.TdClassName
{
border-color: #36716D;
}
.TagClassName
{
border-color: #36716D;
}
</style>