Shades of Hunter Green #3A5D40
Tints of Hunter Green #3A5D40
RGB
CMYK
RGB Variations
Color information
#3A5D40 (or 0x3A5D40) is known color: Hunter Green. HEX triplet: 3A, 5D and 40. RGB value is (58,93,64). Sum of RGB (Red+Green+Blue) = 58+93+64=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D40 is #C5A2BF. Grayscale: #4F4F4F. Windows color (decimal): -12952256 or 4218170. OLE color: 4218170.
HSL color Cylindrical-coordinate representation of color #3A5D40: hue angle of 130.29º 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 #3A5D40 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 93 | 64 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.64 |
| HSL | 130.29º | 0.23% | 0.3% | - |
| HSV(B) | 130.29º | 0.38% | 0.36% | - |
| XYZ | 6.58 | 9.1 | 6.26 | - |
| YUV | 79.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 64 | 0.38 | 0 | 0.31 | 0.64 | 130.29 | 0.23 | 0.3 |
| Hex | 3A | 5D | 40 | 26 | 0 | 1F | 40 | 82 | 17 | 1E |
| Octal | 72 | 135 | 100 | 46 | 0 | 37 | 100 | 202 | 27 | 36 |
| Binary | 111010 | 1011101 | 1000000 | 100110 | 0 | 11111 | 1000000 | 10000010 | 10111 | 11110 |
Color Harmonies of #3A5D40
Complementary color
Monochromatic Colors of #3A5D40
Black with #3A5D40
Text Example
Text Example
White with #3A5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5D40; }
p { color: rgb(58,93,64); }
H1.HeaderClassName
{
color: #3A5D40;
}
.AnyTagClassName
{
color: #3A5D40;
}
</style>
background-color css
<style>
a { background-color: #3A5D40; }
a { background-color: rgb(58,93,64); }
div.DivClassName
{
background-color: #3A5D40;
}
.BgClassName
{
background-color: #3A5D40;
}
</style>
border-color css
<style>
span { border-color: #3A5D40; }
span { border-color: rgb(58,93,64); }
td.TdClassName
{
border-color: #3A5D40;
}
.TagClassName
{
border-color: #3A5D40;
}
</style>