Shades of Hunter Green #356440
Tints of Hunter Green #356440
RGB
CMYK
RGB Variations
Color information
#356440 (or 0x356440) is known color: Hunter Green. HEX triplet: 35, 64 and 40. RGB value is (53,100,64). Sum of RGB (Red+Green+Blue) = 53+100+64=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #356440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356440 is #CA9BBF. Grayscale: #515151. Windows color (decimal): -13278144 or 4219957. OLE color: 4219957.
HSL color Cylindrical-coordinate representation of color #356440: hue angle of 134.04º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #356440 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 100 | 64 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.61 |
| HSL | 134.04º | 0.31% | 0.3% | - |
| HSV(B) | 134.04º | 0.47% | 0.39% | - |
| XYZ | 6.95 | 10.24 | 6.46 | - |
| YUV | 81.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 64 | 0.47 | 0 | 0.36 | 0.61 | 134.04 | 0.31 | 0.3 |
| Hex | 35 | 64 | 40 | 2F | 0 | 24 | 3D | 86 | 1F | 1E |
| Octal | 65 | 144 | 100 | 57 | 0 | 44 | 75 | 206 | 37 | 36 |
| Binary | 110101 | 1100100 | 1000000 | 101111 | 0 | 100100 | 111101 | 10000110 | 11111 | 11110 |
Color Harmonies of #356440
Complementary color
Monochromatic Colors of #356440
Black with #356440
Text Example
Text Example
White with #356440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356440; }
p { color: rgb(53,100,64); }
H1.HeaderClassName
{
color: #356440;
}
.AnyTagClassName
{
color: #356440;
}
</style>
background-color css
<style>
a { background-color: #356440; }
a { background-color: rgb(53,100,64); }
div.DivClassName
{
background-color: #356440;
}
.BgClassName
{
background-color: #356440;
}
</style>
border-color css
<style>
span { border-color: #356440; }
span { border-color: rgb(53,100,64); }
td.TdClassName
{
border-color: #356440;
}
.TagClassName
{
border-color: #356440;
}
</style>