Shades of Hunter Green #3A5E41
Tints of Hunter Green #3A5E41
RGB
CMYK
RGB Variations
Color information
#3A5E41 (or 0x3A5E41) is known color: Hunter Green. HEX triplet: 3A, 5E and 41. RGB value is (58,94,65). Sum of RGB (Red+Green+Blue) = 58+94+65=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5E41 is #C5A1BE. Grayscale: #505050. Windows color (decimal): -12951999 or 4283962. OLE color: 4283962.
HSL color Cylindrical-coordinate representation of color #3A5E41: hue angle of 131.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5E41 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 94 | 65 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.63 |
| HSL | 131.67º | 0.24% | 0.3% | - |
| HSV(B) | 131.67º | 0.38% | 0.37% | - |
| XYZ | 6.7 | 9.29 | 6.44 | - |
| YUV | 79.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 65 | 0.38 | 0 | 0.31 | 0.63 | 131.67 | 0.24 | 0.3 |
| Hex | 3A | 5E | 41 | 26 | 0 | 1F | 3F | 84 | 18 | 1E |
| Octal | 72 | 136 | 101 | 46 | 0 | 37 | 77 | 204 | 30 | 36 |
| Binary | 111010 | 1011110 | 1000001 | 100110 | 0 | 11111 | 111111 | 10000100 | 11000 | 11110 |
Color Harmonies of #3A5E41
Complementary color
Monochromatic Colors of #3A5E41
Black with #3A5E41
Text Example
Text Example
White with #3A5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E41; }
p { color: rgb(58,94,65); }
H1.HeaderClassName
{
color: #3A5E41;
}
.AnyTagClassName
{
color: #3A5E41;
}
</style>
background-color css
<style>
a { background-color: #3A5E41; }
a { background-color: rgb(58,94,65); }
div.DivClassName
{
background-color: #3A5E41;
}
.BgClassName
{
background-color: #3A5E41;
}
</style>
border-color css
<style>
span { border-color: #3A5E41; }
span { border-color: rgb(58,94,65); }
td.TdClassName
{
border-color: #3A5E41;
}
.TagClassName
{
border-color: #3A5E41;
}
</style>