Shades of Hunter Green #3A593D
Tints of Hunter Green #3A593D
RGB
CMYK
RGB Variations
Color information
#3A593D (or 0x3A593D) is known color: Hunter Green. HEX triplet: 3A, 59 and 3D. RGB value is (58,89,61). Sum of RGB (Red+Green+Blue) = 58+89+61=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #3A593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A593D is #C5A6C2. Grayscale: #4C4C4C. Windows color (decimal): -12953283 or 4020538. OLE color: 4020538.
HSL color Cylindrical-coordinate representation of color #3A593D: hue angle of 125.81º 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 #3A593D is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 89 | 61 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.65 |
| HSL | 125.81º | 0.21% | 0.29% | - |
| HSV(B) | 125.81º | 0.35% | 0.35% | - |
| XYZ | 6.16 | 8.38 | 5.71 | - |
| YUV | 76.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 61 | 0.35 | 0 | 0.31 | 0.65 | 125.81 | 0.21 | 0.29 |
| Hex | 3A | 59 | 3D | 23 | 0 | 1F | 41 | 7E | 15 | 1D |
| Octal | 72 | 131 | 75 | 43 | 0 | 37 | 101 | 176 | 25 | 35 |
| Binary | 111010 | 1011001 | 111101 | 100011 | 0 | 11111 | 1000001 | 1111110 | 10101 | 11101 |
Color Harmonies of #3A593D
Complementary color
Monochromatic Colors of #3A593D
Black with #3A593D
Text Example
Text Example
White with #3A593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A593D; }
p { color: rgb(58,89,61); }
H1.HeaderClassName
{
color: #3A593D;
}
.AnyTagClassName
{
color: #3A593D;
}
</style>
background-color css
<style>
a { background-color: #3A593D; }
a { background-color: rgb(58,89,61); }
div.DivClassName
{
background-color: #3A593D;
}
.BgClassName
{
background-color: #3A593D;
}
</style>
border-color css
<style>
span { border-color: #3A593D; }
span { border-color: rgb(58,89,61); }
td.TdClassName
{
border-color: #3A593D;
}
.TagClassName
{
border-color: #3A593D;
}
</style>