Shades of Hunter Green #406343
Tints of Hunter Green #406343
RGB
CMYK
RGB Variations
Color information
#406343 (or 0x406343) is known color: Hunter Green. HEX triplet: 40, 63 and 43. RGB value is (64,99,67). Sum of RGB (Red+Green+Blue) = 64+99+67=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #406343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406343 is #BF9CBC. Grayscale: #545454. Windows color (decimal): -12557501 or 4416320. OLE color: 4416320.
HSL color Cylindrical-coordinate representation of color #406343: hue angle of 125.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406343 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 67 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.61 |
| HSL | 125.14º | 0.21% | 0.32% | - |
| HSV(B) | 125.14º | 0.35% | 0.39% | - |
| XYZ | 7.59 | 10.42 | 6.92 | - |
| YUV | 84.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 67 | 0.35 | 0 | 0.32 | 0.61 | 125.14 | 0.21 | 0.32 |
| Hex | 40 | 63 | 43 | 23 | 0 | 20 | 3D | 7D | 15 | 20 |
| Octal | 100 | 143 | 103 | 43 | 0 | 40 | 75 | 175 | 25 | 40 |
| Binary | 1000000 | 1100011 | 1000011 | 100011 | 0 | 100000 | 111101 | 1111101 | 10101 | 100000 |
Color Harmonies of #406343
Complementary color
Monochromatic Colors of #406343
Black with #406343
Text Example
Text Example
White with #406343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406343; }
p { color: rgb(64,99,67); }
H1.HeaderClassName
{
color: #406343;
}
.AnyTagClassName
{
color: #406343;
}
</style>
background-color css
<style>
a { background-color: #406343; }
a { background-color: rgb(64,99,67); }
div.DivClassName
{
background-color: #406343;
}
.BgClassName
{
background-color: #406343;
}
</style>
border-color css
<style>
span { border-color: #406343; }
span { border-color: rgb(64,99,67); }
td.TdClassName
{
border-color: #406343;
}
.TagClassName
{
border-color: #406343;
}
</style>