Shades of Hunter Green #3A5F3E
Tints of Hunter Green #3A5F3E
RGB
CMYK
RGB Variations
Color information
#3A5F3E (or 0x3A5F3E) is known color: Hunter Green. HEX triplet: 3A, 5F and 3E. RGB value is (58,95,62). Sum of RGB (Red+Green+Blue) = 58+95+62=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F3E is #C5A0C1. Grayscale: #505050. Windows color (decimal): -12951746 or 4087610. OLE color: 4087610.
HSL color Cylindrical-coordinate representation of color #3A5F3E: hue angle of 126.49º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5F3E is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 62 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.63 |
| HSL | 126.49º | 0.24% | 0.3% | - |
| HSV(B) | 126.49º | 0.39% | 0.37% | - |
| XYZ | 6.71 | 9.43 | 6.02 | - |
| YUV | 80.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 62 | 0.39 | 0 | 0.35 | 0.63 | 126.49 | 0.24 | 0.3 |
| Hex | 3A | 5F | 3E | 27 | 0 | 23 | 3F | 7E | 18 | 1E |
| Octal | 72 | 137 | 76 | 47 | 0 | 43 | 77 | 176 | 30 | 36 |
| Binary | 111010 | 1011111 | 111110 | 100111 | 0 | 100011 | 111111 | 1111110 | 11000 | 11110 |
Color Harmonies of #3A5F3E
Complementary color
Monochromatic Colors of #3A5F3E
Black with #3A5F3E
Text Example
Text Example
White with #3A5F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F3E; }
p { color: rgb(58,95,62); }
H1.HeaderClassName
{
color: #3A5F3E;
}
.AnyTagClassName
{
color: #3A5F3E;
}
</style>
background-color css
<style>
a { background-color: #3A5F3E; }
a { background-color: rgb(58,95,62); }
div.DivClassName
{
background-color: #3A5F3E;
}
.BgClassName
{
background-color: #3A5F3E;
}
</style>
border-color css
<style>
span { border-color: #3A5F3E; }
span { border-color: rgb(58,95,62); }
td.TdClassName
{
border-color: #3A5F3E;
}
.TagClassName
{
border-color: #3A5F3E;
}
</style>