Shades of Hunter Green #36553B
Tints of Hunter Green #36553B
RGB
CMYK
RGB Variations
Color information
#36553B (or 0x36553B) is known color: Hunter Green. HEX triplet: 36, 55 and 3B. RGB value is (54,85,59). Sum of RGB (Red+Green+Blue) = 54+85+59=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #36553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36553B is #C9AAC4. Grayscale: #484848. Windows color (decimal): -13216453 or 3888438. OLE color: 3888438.
HSL color Cylindrical-coordinate representation of color #36553B: hue angle of 129.68º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36553B is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 59 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.67 |
| HSL | 129.68º | 0.22% | 0.27% | - |
| HSV(B) | 129.68º | 0.36% | 0.33% | - |
| XYZ | 5.56 | 7.6 | 5.31 | - |
| YUV | 72.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 59 | 0.36 | 0 | 0.31 | 0.67 | 129.68 | 0.22 | 0.27 |
| Hex | 36 | 55 | 3B | 24 | 0 | 1F | 43 | 82 | 16 | 1B |
| Octal | 66 | 125 | 73 | 44 | 0 | 37 | 103 | 202 | 26 | 33 |
| Binary | 110110 | 1010101 | 111011 | 100100 | 0 | 11111 | 1000011 | 10000010 | 10110 | 11011 |
Color Harmonies of #36553B
Complementary color
Monochromatic Colors of #36553B
Black with #36553B
Text Example
Text Example
White with #36553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36553B; }
p { color: rgb(54,85,59); }
H1.HeaderClassName
{
color: #36553B;
}
.AnyTagClassName
{
color: #36553B;
}
</style>
background-color css
<style>
a { background-color: #36553B; }
a { background-color: rgb(54,85,59); }
div.DivClassName
{
background-color: #36553B;
}
.BgClassName
{
background-color: #36553B;
}
</style>
border-color css
<style>
span { border-color: #36553B; }
span { border-color: rgb(54,85,59); }
td.TdClassName
{
border-color: #36553B;
}
.TagClassName
{
border-color: #36553B;
}
</style>