Shades of Hunter Green #3E5440
Tints of Hunter Green #3E5440
RGB
CMYK
RGB Variations
Color information
#3E5440 (or 0x3E5440) is known color: Hunter Green. HEX triplet: 3E, 54 and 40. RGB value is (62,84,64). Sum of RGB (Red+Green+Blue) = 62+84+64=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5440 is #C1ABBF. Grayscale: #4B4B4B. Windows color (decimal): -12692416 or 4215870. OLE color: 4215870.
HSL color Cylindrical-coordinate representation of color #3E5440: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E5440 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 84 | 64 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.67 |
| HSL | 125.45º | 0.15% | 0.29% | - |
| HSV(B) | 125.45º | 0.26% | 0.33% | - |
| XYZ | 6.08 | 7.73 | 6.02 | - |
| YUV | 75.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 64 | 0.26 | 0 | 0.24 | 0.67 | 125.45 | 0.15 | 0.29 |
| Hex | 3E | 54 | 40 | 1A | 0 | 18 | 43 | 7D | F | 1D |
| Octal | 76 | 124 | 100 | 32 | 0 | 30 | 103 | 175 | 17 | 35 |
| Binary | 111110 | 1010100 | 1000000 | 11010 | 0 | 11000 | 1000011 | 1111101 | 1111 | 11101 |
Color Harmonies of #3E5440
Complementary color
Monochromatic Colors of #3E5440
Black with #3E5440
Text Example
Text Example
White with #3E5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5440; }
p { color: rgb(62,84,64); }
H1.HeaderClassName
{
color: #3E5440;
}
.AnyTagClassName
{
color: #3E5440;
}
</style>
background-color css
<style>
a { background-color: #3E5440; }
a { background-color: rgb(62,84,64); }
div.DivClassName
{
background-color: #3E5440;
}
.BgClassName
{
background-color: #3E5440;
}
</style>
border-color css
<style>
span { border-color: #3E5440; }
span { border-color: rgb(62,84,64); }
td.TdClassName
{
border-color: #3E5440;
}
.TagClassName
{
border-color: #3E5440;
}
</style>