Shades of Hunter Green #3C6845
Tints of Hunter Green #3C6845
RGB
CMYK
RGB Variations
Color information
#3C6845 (or 0x3C6845) is known color: Hunter Green. HEX triplet: 3C, 68 and 45. RGB value is (60,104,69). Sum of RGB (Red+Green+Blue) = 60+104+69=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6845 is #C397BA. Grayscale: #565656. Windows color (decimal): -12818363 or 4548668. OLE color: 4548668.
HSL color Cylindrical-coordinate representation of color #3C6845: hue angle of 132.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C6845 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 104 | 69 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.59 |
| HSL | 132.27º | 0.27% | 0.32% | - |
| HSV(B) | 132.27º | 0.42% | 0.41% | - |
| XYZ | 7.89 | 11.29 | 7.39 | - |
| YUV | 86.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 69 | 0.42 | 0 | 0.34 | 0.59 | 132.27 | 0.27 | 0.32 |
| Hex | 3C | 68 | 45 | 2A | 0 | 22 | 3B | 84 | 1B | 20 |
| Octal | 74 | 150 | 105 | 52 | 0 | 42 | 73 | 204 | 33 | 40 |
| Binary | 111100 | 1101000 | 1000101 | 101010 | 0 | 100010 | 111011 | 10000100 | 11011 | 100000 |
Color Harmonies of #3C6845
Complementary color
Monochromatic Colors of #3C6845
Black with #3C6845
Text Example
Text Example
White with #3C6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6845; }
p { color: rgb(60,104,69); }
H1.HeaderClassName
{
color: #3C6845;
}
.AnyTagClassName
{
color: #3C6845;
}
</style>
background-color css
<style>
a { background-color: #3C6845; }
a { background-color: rgb(60,104,69); }
div.DivClassName
{
background-color: #3C6845;
}
.BgClassName
{
background-color: #3C6845;
}
</style>
border-color css
<style>
span { border-color: #3C6845; }
span { border-color: rgb(60,104,69); }
td.TdClassName
{
border-color: #3C6845;
}
.TagClassName
{
border-color: #3C6845;
}
</style>