Shades of Hunter Green #36593D
Tints of Hunter Green #36593D
RGB
CMYK
RGB Variations
Color information
#36593D (or 0x36593D) is known color: Hunter Green. HEX triplet: 36, 59 and 3D. RGB value is (54,89,61). Sum of RGB (Red+Green+Blue) = 54+89+61=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #36593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36593D is #C9A6C2. Grayscale: #4B4B4B. Windows color (decimal): -13215427 or 4020534. OLE color: 4020534.
HSL color Cylindrical-coordinate representation of color #36593D: hue angle of 132º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36593D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 89 | 61 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.65 |
| HSL | 132º | 0.24% | 0.28% | - |
| HSV(B) | 132º | 0.39% | 0.35% | - |
| XYZ | 5.94 | 8.27 | 5.7 | - |
| YUV | 75.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 61 | 0.39 | 0 | 0.31 | 0.65 | 132 | 0.24 | 0.28 |
| Hex | 36 | 59 | 3D | 27 | 0 | 1F | 41 | 84 | 18 | 1C |
| Octal | 66 | 131 | 75 | 47 | 0 | 37 | 101 | 204 | 30 | 34 |
| Binary | 110110 | 1011001 | 111101 | 100111 | 0 | 11111 | 1000001 | 10000100 | 11000 | 11100 |
Color Harmonies of #36593D
Complementary color
Monochromatic Colors of #36593D
Black with #36593D
Text Example
Text Example
White with #36593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36593D; }
p { color: rgb(54,89,61); }
H1.HeaderClassName
{
color: #36593D;
}
.AnyTagClassName
{
color: #36593D;
}
</style>
background-color css
<style>
a { background-color: #36593D; }
a { background-color: rgb(54,89,61); }
div.DivClassName
{
background-color: #36593D;
}
.BgClassName
{
background-color: #36593D;
}
</style>
border-color css
<style>
span { border-color: #36593D; }
span { border-color: rgb(54,89,61); }
td.TdClassName
{
border-color: #36593D;
}
.TagClassName
{
border-color: #36593D;
}
</style>