Shades of Hunter Green #336140
Tints of Hunter Green #336140
RGB
CMYK
RGB Variations
Color information
#336140 (or 0x336140) is known color: Hunter Green. HEX triplet: 33, 61 and 40. RGB value is (51,97,64). Sum of RGB (Red+Green+Blue) = 51+97+64=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #336140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336140 is #CC9EBF. Grayscale: #4F4F4F. Windows color (decimal): -13409984 or 4219187. OLE color: 4219187.
HSL color Cylindrical-coordinate representation of color #336140: hue angle of 136.96º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #336140 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 97 | 64 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.62 |
| HSL | 136.96º | 0.31% | 0.29% | - |
| HSV(B) | 136.96º | 0.47% | 0.38% | - |
| XYZ | 6.57 | 9.62 | 6.36 | - |
| YUV | 79.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 64 | 0.47 | 0 | 0.34 | 0.62 | 136.96 | 0.31 | 0.29 |
| Hex | 33 | 61 | 40 | 2F | 0 | 22 | 3E | 89 | 1F | 1D |
| Octal | 63 | 141 | 100 | 57 | 0 | 42 | 76 | 211 | 37 | 35 |
| Binary | 110011 | 1100001 | 1000000 | 101111 | 0 | 100010 | 111110 | 10001001 | 11111 | 11101 |
Color Harmonies of #336140
Complementary color
Monochromatic Colors of #336140
Black with #336140
Text Example
Text Example
White with #336140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336140; }
p { color: rgb(51,97,64); }
H1.HeaderClassName
{
color: #336140;
}
.AnyTagClassName
{
color: #336140;
}
</style>
background-color css
<style>
a { background-color: #336140; }
a { background-color: rgb(51,97,64); }
div.DivClassName
{
background-color: #336140;
}
.BgClassName
{
background-color: #336140;
}
</style>
border-color css
<style>
span { border-color: #336140; }
span { border-color: rgb(51,97,64); }
td.TdClassName
{
border-color: #336140;
}
.TagClassName
{
border-color: #336140;
}
</style>