Shades of Hunter Green #3C5A3E
Tints of Hunter Green #3C5A3E
RGB
CMYK
RGB Variations
Color information
#3C5A3E (or 0x3C5A3E) is known color: Hunter Green. HEX triplet: 3C, 5A and 3E. RGB value is (60,90,62). Sum of RGB (Red+Green+Blue) = 60+90+62=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A3E is #C3A5C1. Grayscale: #4D4D4D. Windows color (decimal): -12821954 or 4086332. OLE color: 4086332.
HSL color Cylindrical-coordinate representation of color #3C5A3E: hue angle of 124º 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 #3C5A3E is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 90 | 62 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.65 |
| HSL | 124º | 0.2% | 0.29% | - |
| HSV(B) | 124º | 0.33% | 0.35% | - |
| XYZ | 6.39 | 8.62 | 5.88 | - |
| YUV | 77.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 62 | 0.33 | 0 | 0.31 | 0.65 | 124 | 0.2 | 0.29 |
| Hex | 3C | 5A | 3E | 21 | 0 | 1F | 41 | 7C | 14 | 1D |
| Octal | 74 | 132 | 76 | 41 | 0 | 37 | 101 | 174 | 24 | 35 |
| Binary | 111100 | 1011010 | 111110 | 100001 | 0 | 11111 | 1000001 | 1111100 | 10100 | 11101 |
Color Harmonies of #3C5A3E
Complementary color
Monochromatic Colors of #3C5A3E
Black with #3C5A3E
Text Example
Text Example
White with #3C5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A3E; }
p { color: rgb(60,90,62); }
H1.HeaderClassName
{
color: #3C5A3E;
}
.AnyTagClassName
{
color: #3C5A3E;
}
</style>
background-color css
<style>
a { background-color: #3C5A3E; }
a { background-color: rgb(60,90,62); }
div.DivClassName
{
background-color: #3C5A3E;
}
.BgClassName
{
background-color: #3C5A3E;
}
</style>
border-color css
<style>
span { border-color: #3C5A3E; }
span { border-color: rgb(60,90,62); }
td.TdClassName
{
border-color: #3C5A3E;
}
.TagClassName
{
border-color: #3C5A3E;
}
</style>