Shades of Hunter Green #3A5A3F
Tints of Hunter Green #3A5A3F
RGB
CMYK
RGB Variations
Color information
#3A5A3F (or 0x3A5A3F) is known color: Hunter Green. HEX triplet: 3A, 5A and 3F. RGB value is (58,90,63). Sum of RGB (Red+Green+Blue) = 58+90+63=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A3F is #C5A5C0. Grayscale: #4D4D4D. Windows color (decimal): -12953025 or 4151866. OLE color: 4151866.
HSL color Cylindrical-coordinate representation of color #3A5A3F: hue angle of 129.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A3F is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 63 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.65 |
| HSL | 129.38º | 0.22% | 0.29% | - |
| HSV(B) | 129.38º | 0.36% | 0.35% | - |
| XYZ | 6.3 | 8.57 | 6.02 | - |
| YUV | 77.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 63 | 0.36 | 0 | 0.30 | 0.65 | 129.38 | 0.22 | 0.29 |
| Hex | 3A | 5A | 3F | 24 | 0 | 1E | 41 | 81 | 16 | 1D |
| Octal | 72 | 132 | 77 | 44 | 0 | 36 | 101 | 201 | 26 | 35 |
| Binary | 111010 | 1011010 | 111111 | 100100 | 0 | 11110 | 1000001 | 10000001 | 10110 | 11101 |
Color Harmonies of #3A5A3F
Complementary color
Monochromatic Colors of #3A5A3F
Black with #3A5A3F
Text Example
Text Example
White with #3A5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A3F; }
p { color: rgb(58,90,63); }
H1.HeaderClassName
{
color: #3A5A3F;
}
.AnyTagClassName
{
color: #3A5A3F;
}
</style>
background-color css
<style>
a { background-color: #3A5A3F; }
a { background-color: rgb(58,90,63); }
div.DivClassName
{
background-color: #3A5A3F;
}
.BgClassName
{
background-color: #3A5A3F;
}
</style>
border-color css
<style>
span { border-color: #3A5A3F; }
span { border-color: rgb(58,90,63); }
td.TdClassName
{
border-color: #3A5A3F;
}
.TagClassName
{
border-color: #3A5A3F;
}
</style>