Shades of Hunter Green #3C5A42
Tints of Hunter Green #3C5A42
RGB
CMYK
RGB Variations
Color information
#3C5A42 (or 0x3C5A42) is known color: Hunter Green. HEX triplet: 3C, 5A and 42. RGB value is (60,90,66). Sum of RGB (Red+Green+Blue) = 60+90+66=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A42 is #C3A5BD. Grayscale: #4E4E4E. Windows color (decimal): -12821950 or 4348476. OLE color: 4348476.
HSL color Cylindrical-coordinate representation of color #3C5A42: hue angle of 132º 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 #3C5A42 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 90 | 66 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.65 |
| HSL | 132º | 0.2% | 0.29% | - |
| HSV(B) | 132º | 0.33% | 0.35% | - |
| XYZ | 6.5 | 8.67 | 6.48 | - |
| YUV | 78.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 66 | 0.33 | 0 | 0.27 | 0.65 | 132 | 0.2 | 0.29 |
| Hex | 3C | 5A | 42 | 21 | 0 | 1B | 41 | 84 | 14 | 1D |
| Octal | 74 | 132 | 102 | 41 | 0 | 33 | 101 | 204 | 24 | 35 |
| Binary | 111100 | 1011010 | 1000010 | 100001 | 0 | 11011 | 1000001 | 10000100 | 10100 | 11101 |
Color Harmonies of #3C5A42
Complementary color
Monochromatic Colors of #3C5A42
Black with #3C5A42
Text Example
Text Example
White with #3C5A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A42; }
p { color: rgb(60,90,66); }
H1.HeaderClassName
{
color: #3C5A42;
}
.AnyTagClassName
{
color: #3C5A42;
}
</style>
background-color css
<style>
a { background-color: #3C5A42; }
a { background-color: rgb(60,90,66); }
div.DivClassName
{
background-color: #3C5A42;
}
.BgClassName
{
background-color: #3C5A42;
}
</style>
border-color css
<style>
span { border-color: #3C5A42; }
span { border-color: rgb(60,90,66); }
td.TdClassName
{
border-color: #3C5A42;
}
.TagClassName
{
border-color: #3C5A42;
}
</style>