Shades of Hunter Green #356241
Tints of Hunter Green #356241
RGB
CMYK
RGB Variations
Color information
#356241 (or 0x356241) is known color: Hunter Green. HEX triplet: 35, 62 and 41. RGB value is (53,98,65). Sum of RGB (Red+Green+Blue) = 53+98+65=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #356241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356241 is #CA9DBE. Grayscale: #505050. Windows color (decimal): -13278655 or 4284981. OLE color: 4284981.
HSL color Cylindrical-coordinate representation of color #356241: hue angle of 136º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356241 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 65 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.62 |
| HSL | 136º | 0.3% | 0.3% | - |
| HSV(B) | 136º | 0.46% | 0.38% | - |
| XYZ | 6.79 | 9.87 | 6.55 | - |
| YUV | 80.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 65 | 0.46 | 0 | 0.34 | 0.62 | 136 | 0.3 | 0.3 |
| Hex | 35 | 62 | 41 | 2E | 0 | 22 | 3E | 88 | 1E | 1E |
| Octal | 65 | 142 | 101 | 56 | 0 | 42 | 76 | 210 | 36 | 36 |
| Binary | 110101 | 1100010 | 1000001 | 101110 | 0 | 100010 | 111110 | 10001000 | 11110 | 11110 |
Color Harmonies of #356241
Complementary color
Monochromatic Colors of #356241
Black with #356241
Text Example
Text Example
White with #356241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356241; }
p { color: rgb(53,98,65); }
H1.HeaderClassName
{
color: #356241;
}
.AnyTagClassName
{
color: #356241;
}
</style>
background-color css
<style>
a { background-color: #356241; }
a { background-color: rgb(53,98,65); }
div.DivClassName
{
background-color: #356241;
}
.BgClassName
{
background-color: #356241;
}
</style>
border-color css
<style>
span { border-color: #356241; }
span { border-color: rgb(53,98,65); }
td.TdClassName
{
border-color: #356241;
}
.TagClassName
{
border-color: #356241;
}
</style>