Shades of Hunter Green #356940
Tints of Hunter Green #356940
RGB
CMYK
RGB Variations
Color information
#356940 (or 0x356940) is known color: Hunter Green. HEX triplet: 35, 69 and 40. RGB value is (53,105,64). Sum of RGB (Red+Green+Blue) = 53+105+64=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #356940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356940 is #CA96BF. Grayscale: #545454. Windows color (decimal): -13276864 or 4221237. OLE color: 4221237.
HSL color Cylindrical-coordinate representation of color #356940: hue angle of 132.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356940 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 105 | 64 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.59 |
| HSL | 132.69º | 0.33% | 0.31% | - |
| HSV(B) | 132.69º | 0.5% | 0.41% | - |
| XYZ | 7.45 | 11.23 | 6.63 | - |
| YUV | 84.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 64 | 0.50 | 0 | 0.39 | 0.59 | 132.69 | 0.33 | 0.31 |
| Hex | 35 | 69 | 40 | 32 | 0 | 27 | 3B | 85 | 21 | 1F |
| Octal | 65 | 151 | 100 | 62 | 0 | 47 | 73 | 205 | 41 | 37 |
| Binary | 110101 | 1101001 | 1000000 | 110010 | 0 | 100111 | 111011 | 10000101 | 100001 | 11111 |
Color Harmonies of #356940
Complementary color
Monochromatic Colors of #356940
Black with #356940
Text Example
Text Example
White with #356940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356940; }
p { color: rgb(53,105,64); }
H1.HeaderClassName
{
color: #356940;
}
.AnyTagClassName
{
color: #356940;
}
</style>
background-color css
<style>
a { background-color: #356940; }
a { background-color: rgb(53,105,64); }
div.DivClassName
{
background-color: #356940;
}
.BgClassName
{
background-color: #356940;
}
</style>
border-color css
<style>
span { border-color: #356940; }
span { border-color: rgb(53,105,64); }
td.TdClassName
{
border-color: #356940;
}
.TagClassName
{
border-color: #356940;
}
</style>