Shades of Hunter Green #3E6245
Tints of Hunter Green #3E6245
RGB
CMYK
RGB Variations
Color information
#3E6245 (or 0x3E6245) is known color: Hunter Green. HEX triplet: 3E, 62 and 45. RGB value is (62,98,69). Sum of RGB (Red+Green+Blue) = 62+98+69=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6245 is #C19DBA. Grayscale: #545454. Windows color (decimal): -12688827 or 4547134. OLE color: 4547134.
HSL color Cylindrical-coordinate representation of color #3E6245: hue angle of 131.67º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E6245 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 98 | 69 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.62 |
| HSL | 131.67º | 0.23% | 0.31% | - |
| HSV(B) | 131.67º | 0.37% | 0.38% | - |
| XYZ | 7.43 | 10.19 | 7.21 | - |
| YUV | 83.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 69 | 0.37 | 0 | 0.30 | 0.62 | 131.67 | 0.23 | 0.31 |
| Hex | 3E | 62 | 45 | 25 | 0 | 1E | 3E | 84 | 16 | 1F |
| Octal | 76 | 142 | 105 | 45 | 0 | 36 | 76 | 204 | 26 | 37 |
| Binary | 111110 | 1100010 | 1000101 | 100101 | 0 | 11110 | 111110 | 10000100 | 10110 | 11111 |
Color Harmonies of #3E6245
Complementary color
Monochromatic Colors of #3E6245
Black with #3E6245
Text Example
Text Example
White with #3E6245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6245; }
p { color: rgb(62,98,69); }
H1.HeaderClassName
{
color: #3E6245;
}
.AnyTagClassName
{
color: #3E6245;
}
</style>
background-color css
<style>
a { background-color: #3E6245; }
a { background-color: rgb(62,98,69); }
div.DivClassName
{
background-color: #3E6245;
}
.BgClassName
{
background-color: #3E6245;
}
</style>
border-color css
<style>
span { border-color: #3E6245; }
span { border-color: rgb(62,98,69); }
td.TdClassName
{
border-color: #3E6245;
}
.TagClassName
{
border-color: #3E6245;
}
</style>