Shades of Hunter Green #3A6646
Tints of Hunter Green #3A6646
RGB
CMYK
RGB Variations
Color information
#3A6646 (or 0x3A6646) is known color: Hunter Green. HEX triplet: 3A, 66 and 46. RGB value is (58,102,70). Sum of RGB (Red+Green+Blue) = 58+102+70=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #3A6646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6646 is #C599B9. Grayscale: #555555. Windows color (decimal): -12949946 or 4613690. OLE color: 4613690.
HSL color Cylindrical-coordinate representation of color #3A6646: hue angle of 136.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A6646 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 102 | 70 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.6 |
| HSL | 136.36º | 0.28% | 0.31% | - |
| HSV(B) | 136.36º | 0.43% | 0.4% | - |
| XYZ | 7.6 | 10.84 | 7.49 | - |
| YUV | 85.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 70 | 0.43 | 0 | 0.31 | 0.6 | 136.36 | 0.28 | 0.31 |
| Hex | 3A | 66 | 46 | 2B | 0 | 1F | 3C | 88 | 1C | 1F |
| Octal | 72 | 146 | 106 | 53 | 0 | 37 | 74 | 210 | 34 | 37 |
| Binary | 111010 | 1100110 | 1000110 | 101011 | 0 | 11111 | 111100 | 10001000 | 11100 | 11111 |
Color Harmonies of #3A6646
Complementary color
Monochromatic Colors of #3A6646
Black with #3A6646
Text Example
Text Example
White with #3A6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6646; }
p { color: rgb(58,102,70); }
H1.HeaderClassName
{
color: #3A6646;
}
.AnyTagClassName
{
color: #3A6646;
}
</style>
background-color css
<style>
a { background-color: #3A6646; }
a { background-color: rgb(58,102,70); }
div.DivClassName
{
background-color: #3A6646;
}
.BgClassName
{
background-color: #3A6646;
}
</style>
border-color css
<style>
span { border-color: #3A6646; }
span { border-color: rgb(58,102,70); }
td.TdClassName
{
border-color: #3A6646;
}
.TagClassName
{
border-color: #3A6646;
}
</style>