Shades of Hunter Green #336940
Tints of Hunter Green #336940
RGB
CMYK
RGB Variations
Color information
#336940 (or 0x336940) is known color: Hunter Green. HEX triplet: 33, 69 and 40. RGB value is (51,105,64). Sum of RGB (Red+Green+Blue) = 51+105+64=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #336940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336940 is #CC96BF. Grayscale: #545454. Windows color (decimal): -13407936 or 4221235. OLE color: 4221235.
HSL color Cylindrical-coordinate representation of color #336940: hue angle of 134.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336940 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 105 | 64 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.59 |
| HSL | 134.44º | 0.35% | 0.31% | - |
| HSV(B) | 134.44º | 0.51% | 0.41% | - |
| XYZ | 7.34 | 11.18 | 6.62 | - |
| YUV | 84.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 64 | 0.51 | 0 | 0.39 | 0.59 | 134.44 | 0.35 | 0.31 |
| Hex | 33 | 69 | 40 | 33 | 0 | 27 | 3B | 86 | 23 | 1F |
| Octal | 63 | 151 | 100 | 63 | 0 | 47 | 73 | 206 | 43 | 37 |
| Binary | 110011 | 1101001 | 1000000 | 110011 | 0 | 100111 | 111011 | 10000110 | 100011 | 11111 |
Color Harmonies of #336940
Complementary color
Monochromatic Colors of #336940
Black with #336940
Text Example
Text Example
White with #336940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336940; }
p { color: rgb(51,105,64); }
H1.HeaderClassName
{
color: #336940;
}
.AnyTagClassName
{
color: #336940;
}
</style>
background-color css
<style>
a { background-color: #336940; }
a { background-color: rgb(51,105,64); }
div.DivClassName
{
background-color: #336940;
}
.BgClassName
{
background-color: #336940;
}
</style>
border-color css
<style>
span { border-color: #336940; }
span { border-color: rgb(51,105,64); }
td.TdClassName
{
border-color: #336940;
}
.TagClassName
{
border-color: #336940;
}
</style>