Shades of Hunter Green #3A583D
Tints of Hunter Green #3A583D
RGB
CMYK
RGB Variations
Color information
#3A583D (or 0x3A583D) is known color: Hunter Green. HEX triplet: 3A, 58 and 3D. RGB value is (58,88,61). Sum of RGB (Red+Green+Blue) = 58+88+61=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #3A583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A583D is #C5A7C2. Grayscale: #4C4C4C. Windows color (decimal): -12953539 or 4020282. OLE color: 4020282.
HSL color Cylindrical-coordinate representation of color #3A583D: hue angle of 126º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A583D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 61 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.65 |
| HSL | 126º | 0.21% | 0.29% | - |
| HSV(B) | 126º | 0.34% | 0.35% | - |
| XYZ | 6.08 | 8.22 | 5.68 | - |
| YUV | 75.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 61 | 0.34 | 0 | 0.31 | 0.65 | 126 | 0.21 | 0.29 |
| Hex | 3A | 58 | 3D | 22 | 0 | 1F | 41 | 7E | 15 | 1D |
| Octal | 72 | 130 | 75 | 42 | 0 | 37 | 101 | 176 | 25 | 35 |
| Binary | 111010 | 1011000 | 111101 | 100010 | 0 | 11111 | 1000001 | 1111110 | 10101 | 11101 |
Color Harmonies of #3A583D
Complementary color
Monochromatic Colors of #3A583D
Black with #3A583D
Text Example
Text Example
White with #3A583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A583D; }
p { color: rgb(58,88,61); }
H1.HeaderClassName
{
color: #3A583D;
}
.AnyTagClassName
{
color: #3A583D;
}
</style>
background-color css
<style>
a { background-color: #3A583D; }
a { background-color: rgb(58,88,61); }
div.DivClassName
{
background-color: #3A583D;
}
.BgClassName
{
background-color: #3A583D;
}
</style>
border-color css
<style>
span { border-color: #3A583D; }
span { border-color: rgb(58,88,61); }
td.TdClassName
{
border-color: #3A583D;
}
.TagClassName
{
border-color: #3A583D;
}
</style>