Shades of Hunter Green #3C573F
Tints of Hunter Green #3C573F
RGB
CMYK
RGB Variations
Color information
#3C573F (or 0x3C573F) is known color: Hunter Green. HEX triplet: 3C, 57 and 3F. RGB value is (60,87,63). Sum of RGB (Red+Green+Blue) = 60+87+63=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #3C573F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C573F is #C3A8C0. Grayscale: #4C4C4C. Windows color (decimal): -12822721 or 4151100. OLE color: 4151100.
HSL color Cylindrical-coordinate representation of color #3C573F: hue angle of 126.67º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C573F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 87 | 63 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.66 |
| HSL | 126.67º | 0.18% | 0.29% | - |
| HSV(B) | 126.67º | 0.31% | 0.34% | - |
| XYZ | 6.17 | 8.14 | 5.95 | - |
| YUV | 76.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 63 | 0.31 | 0 | 0.28 | 0.66 | 126.67 | 0.18 | 0.29 |
| Hex | 3C | 57 | 3F | 1F | 0 | 1C | 42 | 7F | 12 | 1D |
| Octal | 74 | 127 | 77 | 37 | 0 | 34 | 102 | 177 | 22 | 35 |
| Binary | 111100 | 1010111 | 111111 | 11111 | 0 | 11100 | 1000010 | 1111111 | 10010 | 11101 |
Color Harmonies of #3C573F
Complementary color
Monochromatic Colors of #3C573F
Black with #3C573F
Text Example
Text Example
White with #3C573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C573F; }
p { color: rgb(60,87,63); }
H1.HeaderClassName
{
color: #3C573F;
}
.AnyTagClassName
{
color: #3C573F;
}
</style>
background-color css
<style>
a { background-color: #3C573F; }
a { background-color: rgb(60,87,63); }
div.DivClassName
{
background-color: #3C573F;
}
.BgClassName
{
background-color: #3C573F;
}
</style>
border-color css
<style>
span { border-color: #3C573F; }
span { border-color: rgb(60,87,63); }
td.TdClassName
{
border-color: #3C573F;
}
.TagClassName
{
border-color: #3C573F;
}
</style>