Shades of Hunter Green #36583C
Tints of Hunter Green #36583C
RGB
CMYK
RGB Variations
Color information
#36583C (or 0x36583C) is known color: Hunter Green. HEX triplet: 36, 58 and 3C. RGB value is (54,88,60). Sum of RGB (Red+Green+Blue) = 54+88+60=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #36583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36583C is #C9A7C3. Grayscale: #4A4A4A. Windows color (decimal): -13215684 or 3954742. OLE color: 3954742.
HSL color Cylindrical-coordinate representation of color #36583C: hue angle of 130.59º 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 #36583C is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 88 | 60 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.65 |
| HSL | 130.59º | 0.24% | 0.28% | - |
| HSV(B) | 130.59º | 0.39% | 0.35% | - |
| XYZ | 5.83 | 8.09 | 5.53 | - |
| YUV | 74.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 60 | 0.39 | 0 | 0.32 | 0.65 | 130.59 | 0.24 | 0.28 |
| Hex | 36 | 58 | 3C | 27 | 0 | 20 | 41 | 83 | 18 | 1C |
| Octal | 66 | 130 | 74 | 47 | 0 | 40 | 101 | 203 | 30 | 34 |
| Binary | 110110 | 1011000 | 111100 | 100111 | 0 | 100000 | 1000001 | 10000011 | 11000 | 11100 |
Color Harmonies of #36583C
Complementary color
Monochromatic Colors of #36583C
Black with #36583C
Text Example
Text Example
White with #36583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36583C; }
p { color: rgb(54,88,60); }
H1.HeaderClassName
{
color: #36583C;
}
.AnyTagClassName
{
color: #36583C;
}
</style>
background-color css
<style>
a { background-color: #36583C; }
a { background-color: rgb(54,88,60); }
div.DivClassName
{
background-color: #36583C;
}
.BgClassName
{
background-color: #36583C;
}
</style>
border-color css
<style>
span { border-color: #36583C; }
span { border-color: rgb(54,88,60); }
td.TdClassName
{
border-color: #36583C;
}
.TagClassName
{
border-color: #36583C;
}
</style>