Shades of Hunter Green #3E6546
Tints of Hunter Green #3E6546
RGB
CMYK
RGB Variations
Color information
#3E6546 (or 0x3E6546) is known color: Hunter Green. HEX triplet: 3E, 65 and 46. RGB value is (62,101,70). Sum of RGB (Red+Green+Blue) = 62+101+70=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #3E6546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6546 is #C19AB9. Grayscale: #555555. Windows color (decimal): -12688058 or 4613438. OLE color: 4613438.
HSL color Cylindrical-coordinate representation of color #3E6546: hue angle of 132.31º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E6546 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 101 | 70 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.60 |
| HSL | 132.31º | 0.24% | 0.32% | - |
| HSV(B) | 132.31º | 0.39% | 0.4% | - |
| XYZ | 7.75 | 10.77 | 7.47 | - |
| YUV | 85.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 70 | 0.39 | 0 | 0.31 | 0.60 | 132.31 | 0.24 | 0.32 |
| Hex | 3E | 65 | 46 | 27 | 0 | 1F | 3C | 84 | 18 | 20 |
| Octal | 76 | 145 | 106 | 47 | 0 | 37 | 74 | 204 | 30 | 40 |
| Binary | 111110 | 1100101 | 1000110 | 100111 | 0 | 11111 | 111100 | 10000100 | 11000 | 100000 |
Color Harmonies of #3E6546
Complementary color
Monochromatic Colors of #3E6546
Black with #3E6546
Text Example
Text Example
White with #3E6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6546; }
p { color: rgb(62,101,70); }
H1.HeaderClassName
{
color: #3E6546;
}
.AnyTagClassName
{
color: #3E6546;
}
</style>
background-color css
<style>
a { background-color: #3E6546; }
a { background-color: rgb(62,101,70); }
div.DivClassName
{
background-color: #3E6546;
}
.BgClassName
{
background-color: #3E6546;
}
</style>
border-color css
<style>
span { border-color: #3E6546; }
span { border-color: rgb(62,101,70); }
td.TdClassName
{
border-color: #3E6546;
}
.TagClassName
{
border-color: #3E6546;
}
</style>