Shades of Verdun Green #466010
Tints of Verdun Green #466010
RGB
CMYK
RGB Variations
Color information
#466010 (or 0x466010) is known color: Verdun Green. HEX triplet: 46, 60 and 10. RGB value is (70,96,16). Sum of RGB (Red+Green+Blue) = 70+96+16=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #466010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466010 is #B99FEF. Grayscale: #4F4F4F. Windows color (decimal): -12165104 or 1073222. OLE color: 1073222.
HSL color Cylindrical-coordinate representation of color #466010: hue angle of 79.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #466010 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 96 | 16 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.62 |
| HSL | 79.5º | 0.71% | 0.22% | - |
| HSV(B) | 79.5º | 0.83% | 0.38% | - |
| XYZ | 6.8 | 9.71 | 2 | - |
| YUV | 79.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 16 | 0.27 | 0 | 0.83 | 0.62 | 79.5 | 0.71 | 0.22 |
| Hex | 46 | 60 | 10 | 1B | 0 | 53 | 3E | 50 | 47 | 16 |
| Octal | 106 | 140 | 20 | 33 | 0 | 123 | 76 | 120 | 107 | 26 |
| Binary | 1000110 | 1100000 | 10000 | 11011 | 0 | 1010011 | 111110 | 1010000 | 1000111 | 10110 |
Color Harmonies of #466010
Complementary color
Monochromatic Colors of #466010
Black with #466010
Text Example
Text Example
White with #466010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466010; }
p { color: rgb(70,96,16); }
H1.HeaderClassName
{
color: #466010;
}
.AnyTagClassName
{
color: #466010;
}
</style>
background-color css
<style>
a { background-color: #466010; }
a { background-color: rgb(70,96,16); }
div.DivClassName
{
background-color: #466010;
}
.BgClassName
{
background-color: #466010;
}
</style>
border-color css
<style>
span { border-color: #466010; }
span { border-color: rgb(70,96,16); }
td.TdClassName
{
border-color: #466010;
}
.TagClassName
{
border-color: #466010;
}
</style>