Shades of Hunter Green #3E683F
Tints of Hunter Green #3E683F
RGB
CMYK
RGB Variations
Color information
#3E683F (or 0x3E683F) is known color: Hunter Green. HEX triplet: 3E, 68 and 3F. RGB value is (62,104,63). Sum of RGB (Red+Green+Blue) = 62+104+63=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #3E683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E683F is #C197C0. Grayscale: #565656. Windows color (decimal): -12687297 or 4155454. OLE color: 4155454.
HSL color Cylindrical-coordinate representation of color #3E683F: hue angle of 121.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E683F is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 63 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.59 |
| HSL | 121.43º | 0.25% | 0.33% | - |
| HSV(B) | 121.43º | 0.4% | 0.41% | - |
| XYZ | 7.83 | 11.28 | 6.47 | - |
| YUV | 86.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 63 | 0.40 | 0 | 0.39 | 0.59 | 121.43 | 0.25 | 0.33 |
| Hex | 3E | 68 | 3F | 28 | 0 | 27 | 3B | 79 | 19 | 21 |
| Octal | 76 | 150 | 77 | 50 | 0 | 47 | 73 | 171 | 31 | 41 |
| Binary | 111110 | 1101000 | 111111 | 101000 | 0 | 100111 | 111011 | 1111001 | 11001 | 100001 |
Color Harmonies of #3E683F
Complementary color
Monochromatic Colors of #3E683F
Black with #3E683F
Text Example
Text Example
White with #3E683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E683F; }
p { color: rgb(62,104,63); }
H1.HeaderClassName
{
color: #3E683F;
}
.AnyTagClassName
{
color: #3E683F;
}
</style>
background-color css
<style>
a { background-color: #3E683F; }
a { background-color: rgb(62,104,63); }
div.DivClassName
{
background-color: #3E683F;
}
.BgClassName
{
background-color: #3E683F;
}
</style>
border-color css
<style>
span { border-color: #3E683F; }
span { border-color: rgb(62,104,63); }
td.TdClassName
{
border-color: #3E683F;
}
.TagClassName
{
border-color: #3E683F;
}
</style>