Shades of Hunter Green #356640
Tints of Hunter Green #356640
RGB
CMYK
RGB Variations
Color information
#356640 (or 0x356640) is known color: Hunter Green. HEX triplet: 35, 66 and 40. RGB value is (53,102,64). Sum of RGB (Red+Green+Blue) = 53+102+64=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #356640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356640 is #CA99BF. Grayscale: #535353. Windows color (decimal): -13277632 or 4220469. OLE color: 4220469.
HSL color Cylindrical-coordinate representation of color #356640: hue angle of 133.47º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356640 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 64 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.6 |
| HSL | 133.47º | 0.32% | 0.3% | - |
| HSV(B) | 133.47º | 0.48% | 0.4% | - |
| XYZ | 7.14 | 10.63 | 6.53 | - |
| YUV | 83.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 64 | 0.48 | 0 | 0.37 | 0.6 | 133.47 | 0.32 | 0.3 |
| Hex | 35 | 66 | 40 | 30 | 0 | 25 | 3C | 85 | 20 | 1E |
| Octal | 65 | 146 | 100 | 60 | 0 | 45 | 74 | 205 | 40 | 36 |
| Binary | 110101 | 1100110 | 1000000 | 110000 | 0 | 100101 | 111100 | 10000101 | 100000 | 11110 |
Color Harmonies of #356640
Complementary color
Monochromatic Colors of #356640
Black with #356640
Text Example
Text Example
White with #356640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356640; }
p { color: rgb(53,102,64); }
H1.HeaderClassName
{
color: #356640;
}
.AnyTagClassName
{
color: #356640;
}
</style>
background-color css
<style>
a { background-color: #356640; }
a { background-color: rgb(53,102,64); }
div.DivClassName
{
background-color: #356640;
}
.BgClassName
{
background-color: #356640;
}
</style>
border-color css
<style>
span { border-color: #356640; }
span { border-color: rgb(53,102,64); }
td.TdClassName
{
border-color: #356640;
}
.TagClassName
{
border-color: #356640;
}
</style>