Shades of Hunter Green #3A6140
Tints of Hunter Green #3A6140
RGB
CMYK
RGB Variations
Color information
#3A6140 (or 0x3A6140) is known color: Hunter Green. HEX triplet: 3A, 61 and 40. RGB value is (58,97,64). Sum of RGB (Red+Green+Blue) = 58+97+64=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6140 is #C59EBF. Grayscale: #515151. Windows color (decimal): -12951232 or 4219194. OLE color: 4219194.
HSL color Cylindrical-coordinate representation of color #3A6140: hue angle of 129.23º 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 #3A6140 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 64 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.62 |
| HSL | 129.23º | 0.25% | 0.3% | - |
| HSV(B) | 129.23º | 0.4% | 0.38% | - |
| XYZ | 6.95 | 9.82 | 6.38 | - |
| YUV | 81.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 64 | 0.40 | 0 | 0.34 | 0.62 | 129.23 | 0.25 | 0.3 |
| Hex | 3A | 61 | 40 | 28 | 0 | 22 | 3E | 81 | 19 | 1E |
| Octal | 72 | 141 | 100 | 50 | 0 | 42 | 76 | 201 | 31 | 36 |
| Binary | 111010 | 1100001 | 1000000 | 101000 | 0 | 100010 | 111110 | 10000001 | 11001 | 11110 |
Color Harmonies of #3A6140
Complementary color
Monochromatic Colors of #3A6140
Black with #3A6140
Text Example
Text Example
White with #3A6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6140; }
p { color: rgb(58,97,64); }
H1.HeaderClassName
{
color: #3A6140;
}
.AnyTagClassName
{
color: #3A6140;
}
</style>
background-color css
<style>
a { background-color: #3A6140; }
a { background-color: rgb(58,97,64); }
div.DivClassName
{
background-color: #3A6140;
}
.BgClassName
{
background-color: #3A6140;
}
</style>
border-color css
<style>
span { border-color: #3A6140; }
span { border-color: rgb(58,97,64); }
td.TdClassName
{
border-color: #3A6140;
}
.TagClassName
{
border-color: #3A6140;
}
</style>