Shades of Hunter Green #3C6440
Tints of Hunter Green #3C6440
RGB
CMYK
RGB Variations
Color information
#3C6440 (or 0x3C6440) is known color: Hunter Green. HEX triplet: 3C, 64 and 40. RGB value is (60,100,64). Sum of RGB (Red+Green+Blue) = 60+100+64=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6440 is #C39BBF. Grayscale: #545454. Windows color (decimal): -12819392 or 4219964. OLE color: 4219964.
HSL color Cylindrical-coordinate representation of color #3C6440: hue angle of 126º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C6440 is Cyan = 0.4, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 100 | 64 | - |
| CMYK | 0.4 | 0 | 0.36 | 0.61 |
| HSL | 126º | 0.25% | 0.31% | - |
| HSV(B) | 126º | 0.4% | 0.39% | - |
| XYZ | 7.35 | 10.45 | 6.48 | - |
| YUV | 83.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 64 | 0.4 | 0 | 0.36 | 0.61 | 126 | 0.25 | 0.31 |
| Hex | 3C | 64 | 40 | 28 | 0 | 24 | 3D | 7E | 19 | 1F |
| Octal | 74 | 144 | 100 | 50 | 0 | 44 | 75 | 176 | 31 | 37 |
| Binary | 111100 | 1100100 | 1000000 | 101000 | 0 | 100100 | 111101 | 1111110 | 11001 | 11111 |
Color Harmonies of #3C6440
Complementary color
Monochromatic Colors of #3C6440
Black with #3C6440
Text Example
Text Example
White with #3C6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6440; }
p { color: rgb(60,100,64); }
H1.HeaderClassName
{
color: #3C6440;
}
.AnyTagClassName
{
color: #3C6440;
}
</style>
background-color css
<style>
a { background-color: #3C6440; }
a { background-color: rgb(60,100,64); }
div.DivClassName
{
background-color: #3C6440;
}
.BgClassName
{
background-color: #3C6440;
}
</style>
border-color css
<style>
span { border-color: #3C6440; }
span { border-color: rgb(60,100,64); }
td.TdClassName
{
border-color: #3C6440;
}
.TagClassName
{
border-color: #3C6440;
}
</style>