Shades of Hunter Green #3E693E
Tints of Hunter Green #3E693E
RGB
CMYK
RGB Variations
Color information
#3E693E (or 0x3E693E) is known color: Hunter Green. HEX triplet: 3E, 69 and 3E. RGB value is (62,105,62). Sum of RGB (Red+Green+Blue) = 62+105+62=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #3E693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E693E is #C196C1. Grayscale: #575757. Windows color (decimal): -12687042 or 4090174. OLE color: 4090174.
HSL color Cylindrical-coordinate representation of color #3E693E: hue angle of 120º 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 #3E693E is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 62 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.59 |
| HSL | 120º | 0.26% | 0.33% | - |
| HSV(B) | 120º | 0.41% | 0.41% | - |
| XYZ | 7.91 | 11.48 | 6.36 | - |
| YUV | 87.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 62 | 0.41 | 0 | 0.41 | 0.59 | 120 | 0.26 | 0.33 |
| Hex | 3E | 69 | 3E | 29 | 0 | 29 | 3B | 78 | 1A | 21 |
| Octal | 76 | 151 | 76 | 51 | 0 | 51 | 73 | 170 | 32 | 41 |
| Binary | 111110 | 1101001 | 111110 | 101001 | 0 | 101001 | 111011 | 1111000 | 11010 | 100001 |
Color Harmonies of #3E693E
Complementary color
Monochromatic Colors of #3E693E
Black with #3E693E
Text Example
Text Example
White with #3E693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E693E; }
p { color: rgb(62,105,62); }
H1.HeaderClassName
{
color: #3E693E;
}
.AnyTagClassName
{
color: #3E693E;
}
</style>
background-color css
<style>
a { background-color: #3E693E; }
a { background-color: rgb(62,105,62); }
div.DivClassName
{
background-color: #3E693E;
}
.BgClassName
{
background-color: #3E693E;
}
</style>
border-color css
<style>
span { border-color: #3E693E; }
span { border-color: rgb(62,105,62); }
td.TdClassName
{
border-color: #3E693E;
}
.TagClassName
{
border-color: #3E693E;
}
</style>