Shades of Hunter Green #3A6340
Tints of Hunter Green #3A6340
RGB
CMYK
RGB Variations
Color information
#3A6340 (or 0x3A6340) is known color: Hunter Green. HEX triplet: 3A, 63 and 40. RGB value is (58,99,64). Sum of RGB (Red+Green+Blue) = 58+99+64=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6340 is #C59CBF. Grayscale: #525252. Windows color (decimal): -12950720 or 4219706. OLE color: 4219706.
HSL color Cylindrical-coordinate representation of color #3A6340: hue angle of 128.78º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A6340 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 64 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.61 |
| HSL | 128.78º | 0.26% | 0.31% | - |
| HSV(B) | 128.78º | 0.41% | 0.39% | - |
| XYZ | 7.13 | 10.19 | 6.44 | - |
| YUV | 82.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 64 | 0.41 | 0 | 0.35 | 0.61 | 128.78 | 0.26 | 0.31 |
| Hex | 3A | 63 | 40 | 29 | 0 | 23 | 3D | 81 | 1A | 1F |
| Octal | 72 | 143 | 100 | 51 | 0 | 43 | 75 | 201 | 32 | 37 |
| Binary | 111010 | 1100011 | 1000000 | 101001 | 0 | 100011 | 111101 | 10000001 | 11010 | 11111 |
Color Harmonies of #3A6340
Complementary color
Monochromatic Colors of #3A6340
Black with #3A6340
Text Example
Text Example
White with #3A6340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6340; }
p { color: rgb(58,99,64); }
H1.HeaderClassName
{
color: #3A6340;
}
.AnyTagClassName
{
color: #3A6340;
}
</style>
background-color css
<style>
a { background-color: #3A6340; }
a { background-color: rgb(58,99,64); }
div.DivClassName
{
background-color: #3A6340;
}
.BgClassName
{
background-color: #3A6340;
}
</style>
border-color css
<style>
span { border-color: #3A6340; }
span { border-color: rgb(58,99,64); }
td.TdClassName
{
border-color: #3A6340;
}
.TagClassName
{
border-color: #3A6340;
}
</style>