Shades of Hunter Green #3E5340
Tints of Hunter Green #3E5340
RGB
CMYK
RGB Variations
Color information
#3E5340 (or 0x3E5340) is known color: Hunter Green. HEX triplet: 3E, 53 and 40. RGB value is (62,83,64). Sum of RGB (Red+Green+Blue) = 62+83+64=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5340 is #C1ACBF. Grayscale: #4A4A4A. Windows color (decimal): -12692672 or 4215614. OLE color: 4215614.
HSL color Cylindrical-coordinate representation of color #3E5340: hue angle of 125.71º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5340 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 64 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.67 |
| HSL | 125.71º | 0.14% | 0.28% | - |
| HSV(B) | 125.71º | 0.25% | 0.33% | - |
| XYZ | 6.01 | 7.58 | 6 | - |
| YUV | 74.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 64 | 0.25 | 0 | 0.23 | 0.67 | 125.71 | 0.14 | 0.28 |
| Hex | 3E | 53 | 40 | 19 | 0 | 17 | 43 | 7E | E | 1C |
| Octal | 76 | 123 | 100 | 31 | 0 | 27 | 103 | 176 | 16 | 34 |
| Binary | 111110 | 1010011 | 1000000 | 11001 | 0 | 10111 | 1000011 | 1111110 | 1110 | 11100 |
Color Harmonies of #3E5340
Complementary color
Monochromatic Colors of #3E5340
Black with #3E5340
Text Example
Text Example
White with #3E5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5340; }
p { color: rgb(62,83,64); }
H1.HeaderClassName
{
color: #3E5340;
}
.AnyTagClassName
{
color: #3E5340;
}
</style>
background-color css
<style>
a { background-color: #3E5340; }
a { background-color: rgb(62,83,64); }
div.DivClassName
{
background-color: #3E5340;
}
.BgClassName
{
background-color: #3E5340;
}
</style>
border-color css
<style>
span { border-color: #3E5340; }
span { border-color: rgb(62,83,64); }
td.TdClassName
{
border-color: #3E5340;
}
.TagClassName
{
border-color: #3E5340;
}
</style>