Shades of Hunter Green #336A3E
Tints of Hunter Green #336A3E
RGB
CMYK
RGB Variations
Color information
#336A3E (or 0x336A3E) is known color: Hunter Green. HEX triplet: 33, 6A and 3E. RGB value is (51,106,62). Sum of RGB (Red+Green+Blue) = 51+106+62=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #336A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336A3E is #CC95C1. Grayscale: #545454. Windows color (decimal): -13407682 or 4090419. OLE color: 4090419.
HSL color Cylindrical-coordinate representation of color #336A3E: hue angle of 132º 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 #336A3E is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 106 | 62 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.58 |
| HSL | 132º | 0.35% | 0.31% | - |
| HSV(B) | 132º | 0.52% | 0.42% | - |
| XYZ | 7.39 | 11.36 | 6.36 | - |
| YUV | 84.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 62 | 0.52 | 0 | 0.42 | 0.58 | 132 | 0.35 | 0.31 |
| Hex | 33 | 6A | 3E | 34 | 0 | 2A | 3A | 84 | 23 | 1F |
| Octal | 63 | 152 | 76 | 64 | 0 | 52 | 72 | 204 | 43 | 37 |
| Binary | 110011 | 1101010 | 111110 | 110100 | 0 | 101010 | 111010 | 10000100 | 100011 | 11111 |
Color Harmonies of #336A3E
Complementary color
Monochromatic Colors of #336A3E
Black with #336A3E
Text Example
Text Example
White with #336A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336A3E; }
p { color: rgb(51,106,62); }
H1.HeaderClassName
{
color: #336A3E;
}
.AnyTagClassName
{
color: #336A3E;
}
</style>
background-color css
<style>
a { background-color: #336A3E; }
a { background-color: rgb(51,106,62); }
div.DivClassName
{
background-color: #336A3E;
}
.BgClassName
{
background-color: #336A3E;
}
</style>
border-color css
<style>
span { border-color: #336A3E; }
span { border-color: rgb(51,106,62); }
td.TdClassName
{
border-color: #336A3E;
}
.TagClassName
{
border-color: #336A3E;
}
</style>