Shades of Hunter Green #3A583C
Tints of Hunter Green #3A583C
RGB
CMYK
RGB Variations
Color information
#3A583C (or 0x3A583C) is known color: Hunter Green. HEX triplet: 3A, 58 and 3C. RGB value is (58,88,60). Sum of RGB (Red+Green+Blue) = 58+88+60=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #3A583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A583C is #C5A7C3. Grayscale: #4B4B4B. Windows color (decimal): -12953540 or 3954746. OLE color: 3954746.
HSL color Cylindrical-coordinate representation of color #3A583C: hue angle of 124º 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 #3A583C is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 60 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.65 |
| HSL | 124º | 0.21% | 0.29% | - |
| HSV(B) | 124º | 0.34% | 0.35% | - |
| XYZ | 6.05 | 8.21 | 5.54 | - |
| YUV | 75.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 60 | 0.34 | 0 | 0.32 | 0.65 | 124 | 0.21 | 0.29 |
| Hex | 3A | 58 | 3C | 22 | 0 | 20 | 41 | 7C | 15 | 1D |
| Octal | 72 | 130 | 74 | 42 | 0 | 40 | 101 | 174 | 25 | 35 |
| Binary | 111010 | 1011000 | 111100 | 100010 | 0 | 100000 | 1000001 | 1111100 | 10101 | 11101 |
Color Harmonies of #3A583C
Complementary color
Monochromatic Colors of #3A583C
Black with #3A583C
Text Example
Text Example
White with #3A583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A583C; }
p { color: rgb(58,88,60); }
H1.HeaderClassName
{
color: #3A583C;
}
.AnyTagClassName
{
color: #3A583C;
}
</style>
background-color css
<style>
a { background-color: #3A583C; }
a { background-color: rgb(58,88,60); }
div.DivClassName
{
background-color: #3A583C;
}
.BgClassName
{
background-color: #3A583C;
}
</style>
border-color css
<style>
span { border-color: #3A583C; }
span { border-color: rgb(58,88,60); }
td.TdClassName
{
border-color: #3A583C;
}
.TagClassName
{
border-color: #3A583C;
}
</style>