Shades of Hunter Green #3A623E
Tints of Hunter Green #3A623E
RGB
CMYK
RGB Variations
Color information
#3A623E (or 0x3A623E) is known color: Hunter Green. HEX triplet: 3A, 62 and 3E. RGB value is (58,98,62). Sum of RGB (Red+Green+Blue) = 58+98+62=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #3A623E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A623E is #C59DC1. Grayscale: #525252. Windows color (decimal): -12950978 or 4088378. OLE color: 4088378.
HSL color Cylindrical-coordinate representation of color #3A623E: hue angle of 126º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A623E is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 62 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.62 |
| HSL | 126º | 0.26% | 0.31% | - |
| HSV(B) | 126º | 0.41% | 0.38% | - |
| XYZ | 6.98 | 9.98 | 6.12 | - |
| YUV | 81.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 62 | 0.41 | 0 | 0.37 | 0.62 | 126 | 0.26 | 0.31 |
| Hex | 3A | 62 | 3E | 29 | 0 | 25 | 3E | 7E | 1A | 1F |
| Octal | 72 | 142 | 76 | 51 | 0 | 45 | 76 | 176 | 32 | 37 |
| Binary | 111010 | 1100010 | 111110 | 101001 | 0 | 100101 | 111110 | 1111110 | 11010 | 11111 |
Color Harmonies of #3A623E
Complementary color
Monochromatic Colors of #3A623E
Black with #3A623E
Text Example
Text Example
White with #3A623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A623E; }
p { color: rgb(58,98,62); }
H1.HeaderClassName
{
color: #3A623E;
}
.AnyTagClassName
{
color: #3A623E;
}
</style>
background-color css
<style>
a { background-color: #3A623E; }
a { background-color: rgb(58,98,62); }
div.DivClassName
{
background-color: #3A623E;
}
.BgClassName
{
background-color: #3A623E;
}
</style>
border-color css
<style>
span { border-color: #3A623E; }
span { border-color: rgb(58,98,62); }
td.TdClassName
{
border-color: #3A623E;
}
.TagClassName
{
border-color: #3A623E;
}
</style>