Shades of Hunter Green #3C563F
Tints of Hunter Green #3C563F
RGB
CMYK
RGB Variations
Color information
#3C563F (or 0x3C563F) is known color: Hunter Green. HEX triplet: 3C, 56 and 3F. RGB value is (60,86,63). Sum of RGB (Red+Green+Blue) = 60+86+63=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #3C563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C563F is #C3A9C0. Grayscale: #4B4B4B. Windows color (decimal): -12822977 or 4150844. OLE color: 4150844.
HSL color Cylindrical-coordinate representation of color #3C563F: hue angle of 126.92º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C563F is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 86 | 63 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.66 |
| HSL | 126.92º | 0.18% | 0.29% | - |
| HSV(B) | 126.92º | 0.3% | 0.34% | - |
| XYZ | 6.09 | 7.98 | 5.92 | - |
| YUV | 75.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 63 | 0.30 | 0 | 0.27 | 0.66 | 126.92 | 0.18 | 0.29 |
| Hex | 3C | 56 | 3F | 1E | 0 | 1B | 42 | 7F | 12 | 1D |
| Octal | 74 | 126 | 77 | 36 | 0 | 33 | 102 | 177 | 22 | 35 |
| Binary | 111100 | 1010110 | 111111 | 11110 | 0 | 11011 | 1000010 | 1111111 | 10010 | 11101 |
Color Harmonies of #3C563F
Complementary color
Monochromatic Colors of #3C563F
Black with #3C563F
Text Example
Text Example
White with #3C563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C563F; }
p { color: rgb(60,86,63); }
H1.HeaderClassName
{
color: #3C563F;
}
.AnyTagClassName
{
color: #3C563F;
}
</style>
background-color css
<style>
a { background-color: #3C563F; }
a { background-color: rgb(60,86,63); }
div.DivClassName
{
background-color: #3C563F;
}
.BgClassName
{
background-color: #3C563F;
}
</style>
border-color css
<style>
span { border-color: #3C563F; }
span { border-color: rgb(60,86,63); }
td.TdClassName
{
border-color: #3C563F;
}
.TagClassName
{
border-color: #3C563F;
}
</style>