Shades of Hunter Green #356F44
Tints of Hunter Green #356F44
RGB
CMYK
RGB Variations
Color information
#356F44 (or 0x356F44) is known color: Hunter Green. HEX triplet: 35, 6F and 44. RGB value is (53,111,68). Sum of RGB (Red+Green+Blue) = 53+111+68=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #356F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F44 is #CA90BB. Grayscale: #585858. Windows color (decimal): -13275324 or 4484917. OLE color: 4484917.
HSL color Cylindrical-coordinate representation of color #356F44: hue angle of 135.52º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F44 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 68 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.56 |
| HSL | 135.52º | 0.35% | 0.32% | - |
| HSV(B) | 135.52º | 0.52% | 0.44% | - |
| XYZ | 8.2 | 12.54 | 7.46 | - |
| YUV | 88.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 68 | 0.52 | 0 | 0.39 | 0.56 | 135.52 | 0.35 | 0.32 |
| Hex | 35 | 6F | 44 | 34 | 0 | 27 | 38 | 88 | 23 | 20 |
| Octal | 65 | 157 | 104 | 64 | 0 | 47 | 70 | 210 | 43 | 40 |
| Binary | 110101 | 1101111 | 1000100 | 110100 | 0 | 100111 | 111000 | 10001000 | 100011 | 100000 |
Color Harmonies of #356F44
Complementary color
Monochromatic Colors of #356F44
Black with #356F44
Text Example
Text Example
White with #356F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F44; }
p { color: rgb(53,111,68); }
H1.HeaderClassName
{
color: #356F44;
}
.AnyTagClassName
{
color: #356F44;
}
</style>
background-color css
<style>
a { background-color: #356F44; }
a { background-color: rgb(53,111,68); }
div.DivClassName
{
background-color: #356F44;
}
.BgClassName
{
background-color: #356F44;
}
</style>
border-color css
<style>
span { border-color: #356F44; }
span { border-color: rgb(53,111,68); }
td.TdClassName
{
border-color: #356F44;
}
.TagClassName
{
border-color: #356F44;
}
</style>