Shades of Hunter Green #3A593F
Tints of Hunter Green #3A593F
RGB
CMYK
RGB Variations
Color information
#3A593F (or 0x3A593F) is known color: Hunter Green. HEX triplet: 3A, 59 and 3F. RGB value is (58,89,63). Sum of RGB (Red+Green+Blue) = 58+89+63=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #3A593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A593F is #C5A6C0. Grayscale: #4C4C4C. Windows color (decimal): -12953281 or 4151610. OLE color: 4151610.
HSL color Cylindrical-coordinate representation of color #3A593F: hue angle of 129.68º 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 #3A593F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 89 | 63 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.65 |
| HSL | 129.68º | 0.21% | 0.29% | - |
| HSV(B) | 129.68º | 0.35% | 0.35% | - |
| XYZ | 6.21 | 8.4 | 6 | - |
| YUV | 76.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 63 | 0.35 | 0 | 0.29 | 0.65 | 129.68 | 0.21 | 0.29 |
| Hex | 3A | 59 | 3F | 23 | 0 | 1D | 41 | 82 | 15 | 1D |
| Octal | 72 | 131 | 77 | 43 | 0 | 35 | 101 | 202 | 25 | 35 |
| Binary | 111010 | 1011001 | 111111 | 100011 | 0 | 11101 | 1000001 | 10000010 | 10101 | 11101 |
Color Harmonies of #3A593F
Complementary color
Monochromatic Colors of #3A593F
Black with #3A593F
Text Example
Text Example
White with #3A593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A593F; }
p { color: rgb(58,89,63); }
H1.HeaderClassName
{
color: #3A593F;
}
.AnyTagClassName
{
color: #3A593F;
}
</style>
background-color css
<style>
a { background-color: #3A593F; }
a { background-color: rgb(58,89,63); }
div.DivClassName
{
background-color: #3A593F;
}
.BgClassName
{
background-color: #3A593F;
}
</style>
border-color css
<style>
span { border-color: #3A593F; }
span { border-color: rgb(58,89,63); }
td.TdClassName
{
border-color: #3A593F;
}
.TagClassName
{
border-color: #3A593F;
}
</style>