Shades of Hunter Green #355839
Tints of Hunter Green #355839
RGB
CMYK
RGB Variations
Color information
#355839 (or 0x355839) is known color: Hunter Green. HEX triplet: 35, 58 and 39. RGB value is (53,88,57). Sum of RGB (Red+Green+Blue) = 53+88+57=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #355839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355839 is #CAA7C6. Grayscale: #4A4A4A. Windows color (decimal): -13281223 or 3758133. OLE color: 3758133.
HSL color Cylindrical-coordinate representation of color #355839: hue angle of 126.86º 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 #355839 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 57 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.65 |
| HSL | 126.86º | 0.25% | 0.28% | - |
| HSV(B) | 126.86º | 0.4% | 0.35% | - |
| XYZ | 5.7 | 8.03 | 5.12 | - |
| YUV | 74 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 57 | 0.40 | 0 | 0.35 | 0.65 | 126.86 | 0.25 | 0.28 |
| Hex | 35 | 58 | 39 | 28 | 0 | 23 | 41 | 7F | 19 | 1C |
| Octal | 65 | 130 | 71 | 50 | 0 | 43 | 101 | 177 | 31 | 34 |
| Binary | 110101 | 1011000 | 111001 | 101000 | 0 | 100011 | 1000001 | 1111111 | 11001 | 11100 |
Color Harmonies of #355839
Complementary color
Monochromatic Colors of #355839
Black with #355839
Text Example
Text Example
White with #355839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355839; }
p { color: rgb(53,88,57); }
H1.HeaderClassName
{
color: #355839;
}
.AnyTagClassName
{
color: #355839;
}
</style>
background-color css
<style>
a { background-color: #355839; }
a { background-color: rgb(53,88,57); }
div.DivClassName
{
background-color: #355839;
}
.BgClassName
{
background-color: #355839;
}
</style>
border-color css
<style>
span { border-color: #355839; }
span { border-color: rgb(53,88,57); }
td.TdClassName
{
border-color: #355839;
}
.TagClassName
{
border-color: #355839;
}
</style>