Shades of Hunter Green #3A6E40
Tints of Hunter Green #3A6E40
RGB
CMYK
RGB Variations
Color information
#3A6E40 (or 0x3A6E40) is known color: Hunter Green. HEX triplet: 3A, 6E and 40. RGB value is (58,110,64). Sum of RGB (Red+Green+Blue) = 58+110+64=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E40 is #C591BF. Grayscale: #595959. Windows color (decimal): -12947904 or 4222522. OLE color: 4222522.
HSL color Cylindrical-coordinate representation of color #3A6E40: hue angle of 126.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6E40 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 64 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.57 |
| HSL | 126.92º | 0.31% | 0.33% | - |
| HSV(B) | 126.92º | 0.47% | 0.43% | - |
| XYZ | 8.25 | 12.42 | 6.81 | - |
| YUV | 89.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 64 | 0.47 | 0 | 0.42 | 0.57 | 126.92 | 0.31 | 0.33 |
| Hex | 3A | 6E | 40 | 2F | 0 | 2A | 39 | 7F | 1F | 21 |
| Octal | 72 | 156 | 100 | 57 | 0 | 52 | 71 | 177 | 37 | 41 |
| Binary | 111010 | 1101110 | 1000000 | 101111 | 0 | 101010 | 111001 | 1111111 | 11111 | 100001 |
Color Harmonies of #3A6E40
Complementary color
Monochromatic Colors of #3A6E40
Black with #3A6E40
Text Example
Text Example
White with #3A6E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E40; }
p { color: rgb(58,110,64); }
H1.HeaderClassName
{
color: #3A6E40;
}
.AnyTagClassName
{
color: #3A6E40;
}
</style>
background-color css
<style>
a { background-color: #3A6E40; }
a { background-color: rgb(58,110,64); }
div.DivClassName
{
background-color: #3A6E40;
}
.BgClassName
{
background-color: #3A6E40;
}
</style>
border-color css
<style>
span { border-color: #3A6E40; }
span { border-color: rgb(58,110,64); }
td.TdClassName
{
border-color: #3A6E40;
}
.TagClassName
{
border-color: #3A6E40;
}
</style>