Shades of Hunter Green #3A5F3B
Tints of Hunter Green #3A5F3B
RGB
CMYK
RGB Variations
Color information
#3A5F3B (or 0x3A5F3B) is known color: Hunter Green. HEX triplet: 3A, 5F and 3B. RGB value is (58,95,59). Sum of RGB (Red+Green+Blue) = 58+95+59=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F3B is #C5A0C4. Grayscale: #4F4F4F. Windows color (decimal): -12951749 or 3891002. OLE color: 3891002.
HSL color Cylindrical-coordinate representation of color #3A5F3B: hue angle of 121.62º 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 #3A5F3B is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 59 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.63 |
| HSL | 121.62º | 0.24% | 0.3% | - |
| HSV(B) | 121.62º | 0.39% | 0.37% | - |
| XYZ | 6.63 | 9.4 | 5.6 | - |
| YUV | 79.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 59 | 0.39 | 0 | 0.38 | 0.63 | 121.62 | 0.24 | 0.3 |
| Hex | 3A | 5F | 3B | 27 | 0 | 26 | 3F | 7A | 18 | 1E |
| Octal | 72 | 137 | 73 | 47 | 0 | 46 | 77 | 172 | 30 | 36 |
| Binary | 111010 | 1011111 | 111011 | 100111 | 0 | 100110 | 111111 | 1111010 | 11000 | 11110 |
Color Harmonies of #3A5F3B
Complementary color
Monochromatic Colors of #3A5F3B
Black with #3A5F3B
Text Example
Text Example
White with #3A5F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F3B; }
p { color: rgb(58,95,59); }
H1.HeaderClassName
{
color: #3A5F3B;
}
.AnyTagClassName
{
color: #3A5F3B;
}
</style>
background-color css
<style>
a { background-color: #3A5F3B; }
a { background-color: rgb(58,95,59); }
div.DivClassName
{
background-color: #3A5F3B;
}
.BgClassName
{
background-color: #3A5F3B;
}
</style>
border-color css
<style>
span { border-color: #3A5F3B; }
span { border-color: rgb(58,95,59); }
td.TdClassName
{
border-color: #3A5F3B;
}
.TagClassName
{
border-color: #3A5F3B;
}
</style>