Shades of Hunter Green #3E6845
Tints of Hunter Green #3E6845
RGB
CMYK
RGB Variations
Color information
#3E6845 (or 0x3E6845) is known color: Hunter Green. HEX triplet: 3E, 68 and 45. RGB value is (62,104,69). Sum of RGB (Red+Green+Blue) = 62+104+69=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #3E6845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6845 is #C197BA. Grayscale: #575757. Windows color (decimal): -12687291 or 4548670. OLE color: 4548670.
HSL color Cylindrical-coordinate representation of color #3E6845: hue angle of 130º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E6845 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 69 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.59 |
| HSL | 130º | 0.25% | 0.33% | - |
| HSV(B) | 130º | 0.4% | 0.41% | - |
| XYZ | 8.01 | 11.35 | 7.4 | - |
| YUV | 87.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 69 | 0.40 | 0 | 0.34 | 0.59 | 130 | 0.25 | 0.33 |
| Hex | 3E | 68 | 45 | 28 | 0 | 22 | 3B | 82 | 19 | 21 |
| Octal | 76 | 150 | 105 | 50 | 0 | 42 | 73 | 202 | 31 | 41 |
| Binary | 111110 | 1101000 | 1000101 | 101000 | 0 | 100010 | 111011 | 10000010 | 11001 | 100001 |
Color Harmonies of #3E6845
Complementary color
Monochromatic Colors of #3E6845
Black with #3E6845
Text Example
Text Example
White with #3E6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6845; }
p { color: rgb(62,104,69); }
H1.HeaderClassName
{
color: #3E6845;
}
.AnyTagClassName
{
color: #3E6845;
}
</style>
background-color css
<style>
a { background-color: #3E6845; }
a { background-color: rgb(62,104,69); }
div.DivClassName
{
background-color: #3E6845;
}
.BgClassName
{
background-color: #3E6845;
}
</style>
border-color css
<style>
span { border-color: #3E6845; }
span { border-color: rgb(62,104,69); }
td.TdClassName
{
border-color: #3E6845;
}
.TagClassName
{
border-color: #3E6845;
}
</style>