Shades of Hunter Green #3C5A3F
Tints of Hunter Green #3C5A3F
RGB
CMYK
RGB Variations
Color information
#3C5A3F (or 0x3C5A3F) is known color: Hunter Green. HEX triplet: 3C, 5A and 3F. RGB value is (60,90,63). Sum of RGB (Red+Green+Blue) = 60+90+63=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A3F is #C3A5C0. Grayscale: #4E4E4E. Windows color (decimal): -12821953 or 4151868. OLE color: 4151868.
HSL color Cylindrical-coordinate representation of color #3C5A3F: hue angle of 126º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5A3F is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 90 | 63 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.65 |
| HSL | 126º | 0.2% | 0.29% | - |
| HSV(B) | 126º | 0.33% | 0.35% | - |
| XYZ | 6.42 | 8.63 | 6.03 | - |
| YUV | 77.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 63 | 0.33 | 0 | 0.30 | 0.65 | 126 | 0.2 | 0.29 |
| Hex | 3C | 5A | 3F | 21 | 0 | 1E | 41 | 7E | 14 | 1D |
| Octal | 74 | 132 | 77 | 41 | 0 | 36 | 101 | 176 | 24 | 35 |
| Binary | 111100 | 1011010 | 111111 | 100001 | 0 | 11110 | 1000001 | 1111110 | 10100 | 11101 |
Color Harmonies of #3C5A3F
Complementary color
Monochromatic Colors of #3C5A3F
Black with #3C5A3F
Text Example
Text Example
White with #3C5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A3F; }
p { color: rgb(60,90,63); }
H1.HeaderClassName
{
color: #3C5A3F;
}
.AnyTagClassName
{
color: #3C5A3F;
}
</style>
background-color css
<style>
a { background-color: #3C5A3F; }
a { background-color: rgb(60,90,63); }
div.DivClassName
{
background-color: #3C5A3F;
}
.BgClassName
{
background-color: #3C5A3F;
}
</style>
border-color css
<style>
span { border-color: #3C5A3F; }
span { border-color: rgb(60,90,63); }
td.TdClassName
{
border-color: #3C5A3F;
}
.TagClassName
{
border-color: #3C5A3F;
}
</style>