Shades of Hunter Green #406646
Tints of Hunter Green #406646
RGB
CMYK
RGB Variations
Color information
#406646 (or 0x406646) is known color: Hunter Green. HEX triplet: 40, 66 and 46. RGB value is (64,102,70). Sum of RGB (Red+Green+Blue) = 64+102+70=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #406646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406646 is #BF99B9. Grayscale: #575757. Windows color (decimal): -12556730 or 4613696. OLE color: 4613696.
HSL color Cylindrical-coordinate representation of color #406646: hue angle of 129.47º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406646 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 102 | 70 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.6 |
| HSL | 129.47º | 0.23% | 0.33% | - |
| HSV(B) | 129.47º | 0.37% | 0.4% | - |
| XYZ | 7.97 | 11.03 | 7.5 | - |
| YUV | 86.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 70 | 0.37 | 0 | 0.31 | 0.6 | 129.47 | 0.23 | 0.33 |
| Hex | 40 | 66 | 46 | 25 | 0 | 1F | 3C | 81 | 17 | 21 |
| Octal | 100 | 146 | 106 | 45 | 0 | 37 | 74 | 201 | 27 | 41 |
| Binary | 1000000 | 1100110 | 1000110 | 100101 | 0 | 11111 | 111100 | 10000001 | 10111 | 100001 |
Color Harmonies of #406646
Complementary color
Monochromatic Colors of #406646
Black with #406646
Text Example
Text Example
White with #406646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406646; }
p { color: rgb(64,102,70); }
H1.HeaderClassName
{
color: #406646;
}
.AnyTagClassName
{
color: #406646;
}
</style>
background-color css
<style>
a { background-color: #406646; }
a { background-color: rgb(64,102,70); }
div.DivClassName
{
background-color: #406646;
}
.BgClassName
{
background-color: #406646;
}
</style>
border-color css
<style>
span { border-color: #406646; }
span { border-color: rgb(64,102,70); }
td.TdClassName
{
border-color: #406646;
}
.TagClassName
{
border-color: #406646;
}
</style>