Shades of Hunter Green #356644
Tints of Hunter Green #356644
RGB
CMYK
RGB Variations
Color information
#356644 (or 0x356644) is known color: Hunter Green. HEX triplet: 35, 66 and 44. RGB value is (53,102,68). Sum of RGB (Red+Green+Blue) = 53+102+68=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #356644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356644 is #CA99BB. Grayscale: #535353. Windows color (decimal): -13277628 or 4482613. OLE color: 4482613.
HSL color Cylindrical-coordinate representation of color #356644: hue angle of 138.37º 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 #356644 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 68 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.6 |
| HSL | 138.37º | 0.32% | 0.3% | - |
| HSV(B) | 138.37º | 0.48% | 0.4% | - |
| XYZ | 7.26 | 10.68 | 7.15 | - |
| YUV | 83.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 68 | 0.48 | 0 | 0.33 | 0.6 | 138.37 | 0.32 | 0.3 |
| Hex | 35 | 66 | 44 | 30 | 0 | 21 | 3C | 8A | 20 | 1E |
| Octal | 65 | 146 | 104 | 60 | 0 | 41 | 74 | 212 | 40 | 36 |
| Binary | 110101 | 1100110 | 1000100 | 110000 | 0 | 100001 | 111100 | 10001010 | 100000 | 11110 |
Color Harmonies of #356644
Complementary color
Monochromatic Colors of #356644
Black with #356644
Text Example
Text Example
White with #356644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356644; }
p { color: rgb(53,102,68); }
H1.HeaderClassName
{
color: #356644;
}
.AnyTagClassName
{
color: #356644;
}
</style>
background-color css
<style>
a { background-color: #356644; }
a { background-color: rgb(53,102,68); }
div.DivClassName
{
background-color: #356644;
}
.BgClassName
{
background-color: #356644;
}
</style>
border-color css
<style>
span { border-color: #356644; }
span { border-color: rgb(53,102,68); }
td.TdClassName
{
border-color: #356644;
}
.TagClassName
{
border-color: #356644;
}
</style>