Shades of Hunter Green #3A613F
Tints of Hunter Green #3A613F
RGB
CMYK
RGB Variations
Color information
#3A613F (or 0x3A613F) is known color: Hunter Green. HEX triplet: 3A, 61 and 3F. RGB value is (58,97,63). Sum of RGB (Red+Green+Blue) = 58+97+63=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #3A613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A613F is #C59EC0. Grayscale: #515151. Windows color (decimal): -12951233 or 4153658. OLE color: 4153658.
HSL color Cylindrical-coordinate representation of color #3A613F: hue angle of 127.69º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A613F is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 63 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.62 |
| HSL | 127.69º | 0.25% | 0.3% | - |
| HSV(B) | 127.69º | 0.4% | 0.38% | - |
| XYZ | 6.92 | 9.81 | 6.23 | - |
| YUV | 81.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 63 | 0.40 | 0 | 0.35 | 0.62 | 127.69 | 0.25 | 0.3 |
| Hex | 3A | 61 | 3F | 28 | 0 | 23 | 3E | 80 | 19 | 1E |
| Octal | 72 | 141 | 77 | 50 | 0 | 43 | 76 | 200 | 31 | 36 |
| Binary | 111010 | 1100001 | 111111 | 101000 | 0 | 100011 | 111110 | 10000000 | 11001 | 11110 |
Color Harmonies of #3A613F
Complementary color
Monochromatic Colors of #3A613F
Black with #3A613F
Text Example
Text Example
White with #3A613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A613F; }
p { color: rgb(58,97,63); }
H1.HeaderClassName
{
color: #3A613F;
}
.AnyTagClassName
{
color: #3A613F;
}
</style>
background-color css
<style>
a { background-color: #3A613F; }
a { background-color: rgb(58,97,63); }
div.DivClassName
{
background-color: #3A613F;
}
.BgClassName
{
background-color: #3A613F;
}
</style>
border-color css
<style>
span { border-color: #3A613F; }
span { border-color: rgb(58,97,63); }
td.TdClassName
{
border-color: #3A613F;
}
.TagClassName
{
border-color: #3A613F;
}
</style>