Shades of Hunter Green #3A6A40
Tints of Hunter Green #3A6A40
RGB
CMYK
RGB Variations
Color information
#3A6A40 (or 0x3A6A40) is known color: Hunter Green. HEX triplet: 3A, 6A and 40. RGB value is (58,106,64). Sum of RGB (Red+Green+Blue) = 58+106+64=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A40 is #C595BF. Grayscale: #565656. Windows color (decimal): -12948928 or 4221498. OLE color: 4221498.
HSL color Cylindrical-coordinate representation of color #3A6A40: hue angle of 127.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A40 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 64 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.58 |
| HSL | 127.5º | 0.29% | 0.32% | - |
| HSV(B) | 127.5º | 0.45% | 0.42% | - |
| XYZ | 7.82 | 11.58 | 6.67 | - |
| YUV | 86.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 64 | 0.45 | 0 | 0.40 | 0.58 | 127.5 | 0.29 | 0.32 |
| Hex | 3A | 6A | 40 | 2D | 0 | 28 | 3A | 80 | 1D | 20 |
| Octal | 72 | 152 | 100 | 55 | 0 | 50 | 72 | 200 | 35 | 40 |
| Binary | 111010 | 1101010 | 1000000 | 101101 | 0 | 101000 | 111010 | 10000000 | 11101 | 100000 |
Color Harmonies of #3A6A40
Complementary color
Monochromatic Colors of #3A6A40
Black with #3A6A40
Text Example
Text Example
White with #3A6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A40; }
p { color: rgb(58,106,64); }
H1.HeaderClassName
{
color: #3A6A40;
}
.AnyTagClassName
{
color: #3A6A40;
}
</style>
background-color css
<style>
a { background-color: #3A6A40; }
a { background-color: rgb(58,106,64); }
div.DivClassName
{
background-color: #3A6A40;
}
.BgClassName
{
background-color: #3A6A40;
}
</style>
border-color css
<style>
span { border-color: #3A6A40; }
span { border-color: rgb(58,106,64); }
td.TdClassName
{
border-color: #3A6A40;
}
.TagClassName
{
border-color: #3A6A40;
}
</style>