Shades of Hunter Green #336D42
Tints of Hunter Green #336D42
RGB
CMYK
RGB Variations
Color information
#336D42 (or 0x336D42) is known color: Hunter Green. HEX triplet: 33, 6D and 42. RGB value is (51,109,66). Sum of RGB (Red+Green+Blue) = 51+109+66=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #336D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D42 is #CC92BD. Grayscale: #565656. Windows color (decimal): -13406910 or 4353331. OLE color: 4353331.
HSL color Cylindrical-coordinate representation of color #336D42: hue angle of 135.52º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336D42 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 66 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.57 |
| HSL | 135.52º | 0.36% | 0.31% | - |
| HSV(B) | 135.52º | 0.53% | 0.43% | - |
| XYZ | 7.82 | 12.03 | 7.07 | - |
| YUV | 86.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 66 | 0.53 | 0 | 0.39 | 0.57 | 135.52 | 0.36 | 0.31 |
| Hex | 33 | 6D | 42 | 35 | 0 | 27 | 39 | 88 | 24 | 1F |
| Octal | 63 | 155 | 102 | 65 | 0 | 47 | 71 | 210 | 44 | 37 |
| Binary | 110011 | 1101101 | 1000010 | 110101 | 0 | 100111 | 111001 | 10001000 | 100100 | 11111 |
Color Harmonies of #336D42
Complementary color
Monochromatic Colors of #336D42
Black with #336D42
Text Example
Text Example
White with #336D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D42; }
p { color: rgb(51,109,66); }
H1.HeaderClassName
{
color: #336D42;
}
.AnyTagClassName
{
color: #336D42;
}
</style>
background-color css
<style>
a { background-color: #336D42; }
a { background-color: rgb(51,109,66); }
div.DivClassName
{
background-color: #336D42;
}
.BgClassName
{
background-color: #336D42;
}
</style>
border-color css
<style>
span { border-color: #336D42; }
span { border-color: rgb(51,109,66); }
td.TdClassName
{
border-color: #336D42;
}
.TagClassName
{
border-color: #336D42;
}
</style>