Shades of Hunter Green #3E6945
Tints of Hunter Green #3E6945
RGB
CMYK
RGB Variations
Color information
#3E6945 (or 0x3E6945) is known color: Hunter Green. HEX triplet: 3E, 69 and 45. RGB value is (62,105,69). Sum of RGB (Red+Green+Blue) = 62+105+69=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6945 is #C196BA. Grayscale: #585858. Windows color (decimal): -12687035 or 4548926. OLE color: 4548926.
HSL color Cylindrical-coordinate representation of color #3E6945: hue angle of 129.77º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E6945 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 69 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.59 |
| HSL | 129.77º | 0.26% | 0.33% | - |
| HSV(B) | 129.77º | 0.41% | 0.41% | - |
| XYZ | 8.11 | 11.56 | 7.43 | - |
| YUV | 88.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 69 | 0.41 | 0 | 0.34 | 0.59 | 129.77 | 0.26 | 0.33 |
| Hex | 3E | 69 | 45 | 29 | 0 | 22 | 3B | 82 | 1A | 21 |
| Octal | 76 | 151 | 105 | 51 | 0 | 42 | 73 | 202 | 32 | 41 |
| Binary | 111110 | 1101001 | 1000101 | 101001 | 0 | 100010 | 111011 | 10000010 | 11010 | 100001 |
Color Harmonies of #3E6945
Complementary color
Monochromatic Colors of #3E6945
Black with #3E6945
Text Example
Text Example
White with #3E6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6945; }
p { color: rgb(62,105,69); }
H1.HeaderClassName
{
color: #3E6945;
}
.AnyTagClassName
{
color: #3E6945;
}
</style>
background-color css
<style>
a { background-color: #3E6945; }
a { background-color: rgb(62,105,69); }
div.DivClassName
{
background-color: #3E6945;
}
.BgClassName
{
background-color: #3E6945;
}
</style>
border-color css
<style>
span { border-color: #3E6945; }
span { border-color: rgb(62,105,69); }
td.TdClassName
{
border-color: #3E6945;
}
.TagClassName
{
border-color: #3E6945;
}
</style>