Shades of Hunter Green #336240
Tints of Hunter Green #336240
RGB
CMYK
RGB Variations
Color information
#336240 (or 0x336240) is known color: Hunter Green. HEX triplet: 33, 62 and 40. RGB value is (51,98,64). Sum of RGB (Red+Green+Blue) = 51+98+64=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #336240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336240 is #CC9DBF. Grayscale: #505050. Windows color (decimal): -13409728 or 4219443. OLE color: 4219443.
HSL color Cylindrical-coordinate representation of color #336240: hue angle of 136.6º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336240 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 98 | 64 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.62 |
| HSL | 136.6º | 0.32% | 0.29% | - |
| HSV(B) | 136.6º | 0.48% | 0.38% | - |
| XYZ | 6.66 | 9.81 | 6.39 | - |
| YUV | 80.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 64 | 0.48 | 0 | 0.35 | 0.62 | 136.6 | 0.32 | 0.29 |
| Hex | 33 | 62 | 40 | 30 | 0 | 23 | 3E | 89 | 20 | 1D |
| Octal | 63 | 142 | 100 | 60 | 0 | 43 | 76 | 211 | 40 | 35 |
| Binary | 110011 | 1100010 | 1000000 | 110000 | 0 | 100011 | 111110 | 10001001 | 100000 | 11101 |
Color Harmonies of #336240
Complementary color
Monochromatic Colors of #336240
Black with #336240
Text Example
Text Example
White with #336240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336240; }
p { color: rgb(51,98,64); }
H1.HeaderClassName
{
color: #336240;
}
.AnyTagClassName
{
color: #336240;
}
</style>
background-color css
<style>
a { background-color: #336240; }
a { background-color: rgb(51,98,64); }
div.DivClassName
{
background-color: #336240;
}
.BgClassName
{
background-color: #336240;
}
</style>
border-color css
<style>
span { border-color: #336240; }
span { border-color: rgb(51,98,64); }
td.TdClassName
{
border-color: #336240;
}
.TagClassName
{
border-color: #336240;
}
</style>