Shades of Hunter Green #336B3E
Tints of Hunter Green #336B3E
RGB
CMYK
RGB Variations
Color information
#336B3E (or 0x336B3E) is known color: Hunter Green. HEX triplet: 33, 6B and 3E. RGB value is (51,107,62). Sum of RGB (Red+Green+Blue) = 51+107+62=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #336B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336B3E is #CC94C1. Grayscale: #555555. Windows color (decimal): -13407426 or 4090675. OLE color: 4090675.
HSL color Cylindrical-coordinate representation of color #336B3E: hue angle of 131.79º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336B3E is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 62 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.58 |
| HSL | 131.79º | 0.35% | 0.31% | - |
| HSV(B) | 131.79º | 0.52% | 0.42% | - |
| XYZ | 7.49 | 11.57 | 6.4 | - |
| YUV | 85.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 62 | 0.52 | 0 | 0.42 | 0.58 | 131.79 | 0.35 | 0.31 |
| Hex | 33 | 6B | 3E | 34 | 0 | 2A | 3A | 84 | 23 | 1F |
| Octal | 63 | 153 | 76 | 64 | 0 | 52 | 72 | 204 | 43 | 37 |
| Binary | 110011 | 1101011 | 111110 | 110100 | 0 | 101010 | 111010 | 10000100 | 100011 | 11111 |
Color Harmonies of #336B3E
Complementary color
Monochromatic Colors of #336B3E
Black with #336B3E
Text Example
Text Example
White with #336B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B3E; }
p { color: rgb(51,107,62); }
H1.HeaderClassName
{
color: #336B3E;
}
.AnyTagClassName
{
color: #336B3E;
}
</style>
background-color css
<style>
a { background-color: #336B3E; }
a { background-color: rgb(51,107,62); }
div.DivClassName
{
background-color: #336B3E;
}
.BgClassName
{
background-color: #336B3E;
}
</style>
border-color css
<style>
span { border-color: #336B3E; }
span { border-color: rgb(51,107,62); }
td.TdClassName
{
border-color: #336B3E;
}
.TagClassName
{
border-color: #336B3E;
}
</style>