Shades of Hunter Green #3C6A40
Tints of Hunter Green #3C6A40
RGB
CMYK
RGB Variations
Color information
#3C6A40 (or 0x3C6A40) is known color: Hunter Green. HEX triplet: 3C, 6A and 40. RGB value is (60,106,64). Sum of RGB (Red+Green+Blue) = 60+106+64=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6A40 is #C395BF. Grayscale: #575757. Windows color (decimal): -12817856 or 4221500. OLE color: 4221500.
HSL color Cylindrical-coordinate representation of color #3C6A40: hue angle of 125.22º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6A40 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 106 | 64 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.58 |
| HSL | 125.22º | 0.28% | 0.33% | - |
| HSV(B) | 125.22º | 0.43% | 0.42% | - |
| XYZ | 7.94 | 11.64 | 6.68 | - |
| YUV | 87.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 64 | 0.43 | 0 | 0.40 | 0.58 | 125.22 | 0.28 | 0.33 |
| Hex | 3C | 6A | 40 | 2B | 0 | 28 | 3A | 7D | 1C | 21 |
| Octal | 74 | 152 | 100 | 53 | 0 | 50 | 72 | 175 | 34 | 41 |
| Binary | 111100 | 1101010 | 1000000 | 101011 | 0 | 101000 | 111010 | 1111101 | 11100 | 100001 |
Color Harmonies of #3C6A40
Complementary color
Monochromatic Colors of #3C6A40
Black with #3C6A40
Text Example
Text Example
White with #3C6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6A40; }
p { color: rgb(60,106,64); }
H1.HeaderClassName
{
color: #3C6A40;
}
.AnyTagClassName
{
color: #3C6A40;
}
</style>
background-color css
<style>
a { background-color: #3C6A40; }
a { background-color: rgb(60,106,64); }
div.DivClassName
{
background-color: #3C6A40;
}
.BgClassName
{
background-color: #3C6A40;
}
</style>
border-color css
<style>
span { border-color: #3C6A40; }
span { border-color: rgb(60,106,64); }
td.TdClassName
{
border-color: #3C6A40;
}
.TagClassName
{
border-color: #3C6A40;
}
</style>