Shades of Hunter Green #3A5D41
Tints of Hunter Green #3A5D41
RGB
CMYK
RGB Variations
Color information
#3A5D41 (or 0x3A5D41) is known color: Hunter Green. HEX triplet: 3A, 5D and 41. RGB value is (58,93,65). Sum of RGB (Red+Green+Blue) = 58+93+65=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D41 is #C5A2BE. Grayscale: #4F4F4F. Windows color (decimal): -12952255 or 4283706. OLE color: 4283706.
HSL color Cylindrical-coordinate representation of color #3A5D41: hue angle of 132º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5D41 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 93 | 65 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.64 |
| HSL | 132º | 0.23% | 0.3% | - |
| HSV(B) | 132º | 0.38% | 0.36% | - |
| XYZ | 6.61 | 9.11 | 6.41 | - |
| YUV | 79.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 65 | 0.38 | 0 | 0.30 | 0.64 | 132 | 0.23 | 0.3 |
| Hex | 3A | 5D | 41 | 26 | 0 | 1E | 40 | 84 | 17 | 1E |
| Octal | 72 | 135 | 101 | 46 | 0 | 36 | 100 | 204 | 27 | 36 |
| Binary | 111010 | 1011101 | 1000001 | 100110 | 0 | 11110 | 1000000 | 10000100 | 10111 | 11110 |
Color Harmonies of #3A5D41
Complementary color
Monochromatic Colors of #3A5D41
Black with #3A5D41
Text Example
Text Example
White with #3A5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5D41; }
p { color: rgb(58,93,65); }
H1.HeaderClassName
{
color: #3A5D41;
}
.AnyTagClassName
{
color: #3A5D41;
}
</style>
background-color css
<style>
a { background-color: #3A5D41; }
a { background-color: rgb(58,93,65); }
div.DivClassName
{
background-color: #3A5D41;
}
.BgClassName
{
background-color: #3A5D41;
}
</style>
border-color css
<style>
span { border-color: #3A5D41; }
span { border-color: rgb(58,93,65); }
td.TdClassName
{
border-color: #3A5D41;
}
.TagClassName
{
border-color: #3A5D41;
}
</style>