Shades of Hunter Green #356238
Tints of Hunter Green #356238
RGB
CMYK
RGB Variations
Color information
#356238 (or 0x356238) is known color: Hunter Green. HEX triplet: 35, 62 and 38. RGB value is (53,98,56). Sum of RGB (Red+Green+Blue) = 53+98+56=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #356238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356238 is #CA9DC7. Grayscale: #4F4F4F. Windows color (decimal): -13278664 or 3695157. OLE color: 3695157.
HSL color Cylindrical-coordinate representation of color #356238: hue angle of 124º 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 #356238 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 56 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.62 |
| HSL | 124º | 0.3% | 0.3% | - |
| HSV(B) | 124º | 0.46% | 0.38% | - |
| XYZ | 6.55 | 9.78 | 5.28 | - |
| YUV | 79.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 56 | 0.46 | 0 | 0.43 | 0.62 | 124 | 0.3 | 0.3 |
| Hex | 35 | 62 | 38 | 2E | 0 | 2B | 3E | 7C | 1E | 1E |
| Octal | 65 | 142 | 70 | 56 | 0 | 53 | 76 | 174 | 36 | 36 |
| Binary | 110101 | 1100010 | 111000 | 101110 | 0 | 101011 | 111110 | 1111100 | 11110 | 11110 |
Color Harmonies of #356238
Complementary color
Monochromatic Colors of #356238
Black with #356238
Text Example
Text Example
White with #356238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356238; }
p { color: rgb(53,98,56); }
H1.HeaderClassName
{
color: #356238;
}
.AnyTagClassName
{
color: #356238;
}
</style>
background-color css
<style>
a { background-color: #356238; }
a { background-color: rgb(53,98,56); }
div.DivClassName
{
background-color: #356238;
}
.BgClassName
{
background-color: #356238;
}
</style>
border-color css
<style>
span { border-color: #356238; }
span { border-color: rgb(53,98,56); }
td.TdClassName
{
border-color: #356238;
}
.TagClassName
{
border-color: #356238;
}
</style>