Shades of Hunter Green #356A40
Tints of Hunter Green #356A40
RGB
CMYK
RGB Variations
Color information
#356A40 (or 0x356A40) is known color: Hunter Green. HEX triplet: 35, 6A and 40. RGB value is (53,106,64). Sum of RGB (Red+Green+Blue) = 53+106+64=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #356A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A40 is #CA95BF. Grayscale: #555555. Windows color (decimal): -13276608 or 4221493. OLE color: 4221493.
HSL color Cylindrical-coordinate representation of color #356A40: hue angle of 132.45º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356A40 is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 106 | 64 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.58 |
| HSL | 132.45º | 0.33% | 0.31% | - |
| HSV(B) | 132.45º | 0.5% | 0.42% | - |
| XYZ | 7.55 | 11.44 | 6.66 | - |
| YUV | 85.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 64 | 0.5 | 0 | 0.40 | 0.58 | 132.45 | 0.33 | 0.31 |
| Hex | 35 | 6A | 40 | 32 | 0 | 28 | 3A | 84 | 21 | 1F |
| Octal | 65 | 152 | 100 | 62 | 0 | 50 | 72 | 204 | 41 | 37 |
| Binary | 110101 | 1101010 | 1000000 | 110010 | 0 | 101000 | 111010 | 10000100 | 100001 | 11111 |
Color Harmonies of #356A40
Complementary color
Monochromatic Colors of #356A40
Black with #356A40
Text Example
Text Example
White with #356A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A40; }
p { color: rgb(53,106,64); }
H1.HeaderClassName
{
color: #356A40;
}
.AnyTagClassName
{
color: #356A40;
}
</style>
background-color css
<style>
a { background-color: #356A40; }
a { background-color: rgb(53,106,64); }
div.DivClassName
{
background-color: #356A40;
}
.BgClassName
{
background-color: #356A40;
}
</style>
border-color css
<style>
span { border-color: #356A40; }
span { border-color: rgb(53,106,64); }
td.TdClassName
{
border-color: #356A40;
}
.TagClassName
{
border-color: #356A40;
}
</style>