Shades of Hunter Green #355939
Tints of Hunter Green #355939
RGB
CMYK
RGB Variations
Color information
#355939 (or 0x355939) is known color: Hunter Green. HEX triplet: 35, 59 and 39. RGB value is (53,89,57). Sum of RGB (Red+Green+Blue) = 53+89+57=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #355939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355939 is #CAA6C6. Grayscale: #4A4A4A. Windows color (decimal): -13280967 or 3758389. OLE color: 3758389.
HSL color Cylindrical-coordinate representation of color #355939: hue angle of 126.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355939 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 57 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.65 |
| HSL | 126.67º | 0.25% | 0.28% | - |
| HSV(B) | 126.67º | 0.4% | 0.35% | - |
| XYZ | 5.78 | 8.2 | 5.15 | - |
| YUV | 74.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 57 | 0.40 | 0 | 0.36 | 0.65 | 126.67 | 0.25 | 0.28 |
| Hex | 35 | 59 | 39 | 28 | 0 | 24 | 41 | 7F | 19 | 1C |
| Octal | 65 | 131 | 71 | 50 | 0 | 44 | 101 | 177 | 31 | 34 |
| Binary | 110101 | 1011001 | 111001 | 101000 | 0 | 100100 | 1000001 | 1111111 | 11001 | 11100 |
Color Harmonies of #355939
Complementary color
Monochromatic Colors of #355939
Black with #355939
Text Example
Text Example
White with #355939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355939; }
p { color: rgb(53,89,57); }
H1.HeaderClassName
{
color: #355939;
}
.AnyTagClassName
{
color: #355939;
}
</style>
background-color css
<style>
a { background-color: #355939; }
a { background-color: rgb(53,89,57); }
div.DivClassName
{
background-color: #355939;
}
.BgClassName
{
background-color: #355939;
}
</style>
border-color css
<style>
span { border-color: #355939; }
span { border-color: rgb(53,89,57); }
td.TdClassName
{
border-color: #355939;
}
.TagClassName
{
border-color: #355939;
}
</style>