Shades of Hunter Green #3C5841
Tints of Hunter Green #3C5841
RGB
CMYK
RGB Variations
Color information
#3C5841 (or 0x3C5841) is known color: Hunter Green. HEX triplet: 3C, 58 and 41. RGB value is (60,88,65). Sum of RGB (Red+Green+Blue) = 60+88+65=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5841 is #C3A7BE. Grayscale: #4D4D4D. Windows color (decimal): -12822463 or 4282428. OLE color: 4282428.
HSL color Cylindrical-coordinate representation of color #3C5841: hue angle of 130.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5841 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 88 | 65 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.65 |
| HSL | 130.71º | 0.19% | 0.29% | - |
| HSV(B) | 130.71º | 0.32% | 0.35% | - |
| XYZ | 6.31 | 8.32 | 6.27 | - |
| YUV | 77.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 65 | 0.32 | 0 | 0.26 | 0.65 | 130.71 | 0.19 | 0.29 |
| Hex | 3C | 58 | 41 | 20 | 0 | 1A | 41 | 83 | 13 | 1D |
| Octal | 74 | 130 | 101 | 40 | 0 | 32 | 101 | 203 | 23 | 35 |
| Binary | 111100 | 1011000 | 1000001 | 100000 | 0 | 11010 | 1000001 | 10000011 | 10011 | 11101 |
Color Harmonies of #3C5841
Complementary color
Monochromatic Colors of #3C5841
Black with #3C5841
Text Example
Text Example
White with #3C5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5841; }
p { color: rgb(60,88,65); }
H1.HeaderClassName
{
color: #3C5841;
}
.AnyTagClassName
{
color: #3C5841;
}
</style>
background-color css
<style>
a { background-color: #3C5841; }
a { background-color: rgb(60,88,65); }
div.DivClassName
{
background-color: #3C5841;
}
.BgClassName
{
background-color: #3C5841;
}
</style>
border-color css
<style>
span { border-color: #3C5841; }
span { border-color: rgb(60,88,65); }
td.TdClassName
{
border-color: #3C5841;
}
.TagClassName
{
border-color: #3C5841;
}
</style>