Shades of Hunter Green #3A593B
Tints of Hunter Green #3A593B
RGB
CMYK
RGB Variations
Color information
#3A593B (or 0x3A593B) is known color: Hunter Green. HEX triplet: 3A, 59 and 3B. RGB value is (58,89,59). Sum of RGB (Red+Green+Blue) = 58+89+59=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #3A593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A593B is #C5A6C4. Grayscale: #4C4C4C. Windows color (decimal): -12953285 or 3889466. OLE color: 3889466.
HSL color Cylindrical-coordinate representation of color #3A593B: hue angle of 121.94º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A593B is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 89 | 59 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.65 |
| HSL | 121.94º | 0.21% | 0.29% | - |
| HSV(B) | 121.94º | 0.35% | 0.35% | - |
| XYZ | 6.11 | 8.36 | 5.43 | - |
| YUV | 76.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 59 | 0.35 | 0 | 0.34 | 0.65 | 121.94 | 0.21 | 0.29 |
| Hex | 3A | 59 | 3B | 23 | 0 | 22 | 41 | 7A | 15 | 1D |
| Octal | 72 | 131 | 73 | 43 | 0 | 42 | 101 | 172 | 25 | 35 |
| Binary | 111010 | 1011001 | 111011 | 100011 | 0 | 100010 | 1000001 | 1111010 | 10101 | 11101 |
Color Harmonies of #3A593B
Complementary color
Monochromatic Colors of #3A593B
Black with #3A593B
Text Example
Text Example
White with #3A593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A593B; }
p { color: rgb(58,89,59); }
H1.HeaderClassName
{
color: #3A593B;
}
.AnyTagClassName
{
color: #3A593B;
}
</style>
background-color css
<style>
a { background-color: #3A593B; }
a { background-color: rgb(58,89,59); }
div.DivClassName
{
background-color: #3A593B;
}
.BgClassName
{
background-color: #3A593B;
}
</style>
border-color css
<style>
span { border-color: #3A593B; }
span { border-color: rgb(58,89,59); }
td.TdClassName
{
border-color: #3A593B;
}
.TagClassName
{
border-color: #3A593B;
}
</style>