Shades of Hunter Green #3A6941
Tints of Hunter Green #3A6941
RGB
CMYK
RGB Variations
Color information
#3A6941 (or 0x3A6941) is known color: Hunter Green. HEX triplet: 3A, 69 and 41. RGB value is (58,105,65). Sum of RGB (Red+Green+Blue) = 58+105+65=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6941 is #C596BE. Grayscale: #565656. Windows color (decimal): -12949183 or 4286778. OLE color: 4286778.
HSL color Cylindrical-coordinate representation of color #3A6941: hue angle of 128.94º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6941 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 65 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.59 |
| HSL | 128.94º | 0.29% | 0.32% | - |
| HSV(B) | 128.94º | 0.45% | 0.41% | - |
| XYZ | 7.75 | 11.38 | 6.79 | - |
| YUV | 86.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 65 | 0.45 | 0 | 0.38 | 0.59 | 128.94 | 0.29 | 0.32 |
| Hex | 3A | 69 | 41 | 2D | 0 | 26 | 3B | 81 | 1D | 20 |
| Octal | 72 | 151 | 101 | 55 | 0 | 46 | 73 | 201 | 35 | 40 |
| Binary | 111010 | 1101001 | 1000001 | 101101 | 0 | 100110 | 111011 | 10000001 | 11101 | 100000 |
Color Harmonies of #3A6941
Complementary color
Monochromatic Colors of #3A6941
Black with #3A6941
Text Example
Text Example
White with #3A6941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6941; }
p { color: rgb(58,105,65); }
H1.HeaderClassName
{
color: #3A6941;
}
.AnyTagClassName
{
color: #3A6941;
}
</style>
background-color css
<style>
a { background-color: #3A6941; }
a { background-color: rgb(58,105,65); }
div.DivClassName
{
background-color: #3A6941;
}
.BgClassName
{
background-color: #3A6941;
}
</style>
border-color css
<style>
span { border-color: #3A6941; }
span { border-color: rgb(58,105,65); }
td.TdClassName
{
border-color: #3A6941;
}
.TagClassName
{
border-color: #3A6941;
}
</style>