Shades of Hunter Green #3A563E
Tints of Hunter Green #3A563E
RGB
CMYK
RGB Variations
Color information
#3A563E (or 0x3A563E) is known color: Hunter Green. HEX triplet: 3A, 56 and 3E. RGB value is (58,86,62). Sum of RGB (Red+Green+Blue) = 58+86+62=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #3A563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A563E is #C5A9C1. Grayscale: #4A4A4A. Windows color (decimal): -12954050 or 4085306. OLE color: 4085306.
HSL color Cylindrical-coordinate representation of color #3A563E: hue angle of 128.57º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A563E is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 86 | 62 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.66 |
| HSL | 128.57º | 0.19% | 0.28% | - |
| HSV(B) | 128.57º | 0.33% | 0.34% | - |
| XYZ | 5.94 | 7.9 | 5.77 | - |
| YUV | 74.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 62 | 0.33 | 0 | 0.28 | 0.66 | 128.57 | 0.19 | 0.28 |
| Hex | 3A | 56 | 3E | 21 | 0 | 1C | 42 | 81 | 13 | 1C |
| Octal | 72 | 126 | 76 | 41 | 0 | 34 | 102 | 201 | 23 | 34 |
| Binary | 111010 | 1010110 | 111110 | 100001 | 0 | 11100 | 1000010 | 10000001 | 10011 | 11100 |
Color Harmonies of #3A563E
Complementary color
Monochromatic Colors of #3A563E
Black with #3A563E
Text Example
Text Example
White with #3A563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A563E; }
p { color: rgb(58,86,62); }
H1.HeaderClassName
{
color: #3A563E;
}
.AnyTagClassName
{
color: #3A563E;
}
</style>
background-color css
<style>
a { background-color: #3A563E; }
a { background-color: rgb(58,86,62); }
div.DivClassName
{
background-color: #3A563E;
}
.BgClassName
{
background-color: #3A563E;
}
</style>
border-color css
<style>
span { border-color: #3A563E; }
span { border-color: rgb(58,86,62); }
td.TdClassName
{
border-color: #3A563E;
}
.TagClassName
{
border-color: #3A563E;
}
</style>