Shades of Hunter Green #356639
Tints of Hunter Green #356639
RGB
CMYK
RGB Variations
Color information
#356639 (or 0x356639) is known color: Hunter Green. HEX triplet: 35, 66 and 39. RGB value is (53,102,57). Sum of RGB (Red+Green+Blue) = 53+102+57=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #356639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356639 is #CA99C6. Grayscale: #525252. Windows color (decimal): -13277639 or 3761717. OLE color: 3761717.
HSL color Cylindrical-coordinate representation of color #356639: hue angle of 124.9º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356639 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 57 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.6 |
| HSL | 124.9º | 0.32% | 0.3% | - |
| HSV(B) | 124.9º | 0.48% | 0.4% | - |
| XYZ | 6.96 | 10.56 | 5.54 | - |
| YUV | 82.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 57 | 0.48 | 0 | 0.44 | 0.6 | 124.9 | 0.32 | 0.3 |
| Hex | 35 | 66 | 39 | 30 | 0 | 2C | 3C | 7D | 20 | 1E |
| Octal | 65 | 146 | 71 | 60 | 0 | 54 | 74 | 175 | 40 | 36 |
| Binary | 110101 | 1100110 | 111001 | 110000 | 0 | 101100 | 111100 | 1111101 | 100000 | 11110 |
Color Harmonies of #356639
Complementary color
Monochromatic Colors of #356639
Black with #356639
Text Example
Text Example
White with #356639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356639; }
p { color: rgb(53,102,57); }
H1.HeaderClassName
{
color: #356639;
}
.AnyTagClassName
{
color: #356639;
}
</style>
background-color css
<style>
a { background-color: #356639; }
a { background-color: rgb(53,102,57); }
div.DivClassName
{
background-color: #356639;
}
.BgClassName
{
background-color: #356639;
}
</style>
border-color css
<style>
span { border-color: #356639; }
span { border-color: rgb(53,102,57); }
td.TdClassName
{
border-color: #356639;
}
.TagClassName
{
border-color: #356639;
}
</style>