Shades of Verdun Green #466206
Tints of Verdun Green #466206
RGB
CMYK
RGB Variations
Color information
#466206 (or 0x466206) is known color: Verdun Green. HEX triplet: 46, 62 and 06. RGB value is (70,98,6). Sum of RGB (Red+Green+Blue) = 70+98+6=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #466206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466206 is #B99DF9. Grayscale: #4F4F4F. Windows color (decimal): -12164602 or 418374. OLE color: 418374.
HSL color Cylindrical-coordinate representation of color #466206: hue angle of 78.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #466206 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 6 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.62 |
| HSL | 78.26º | 0.88% | 0.2% | - |
| HSV(B) | 78.26º | 0.94% | 0.38% | - |
| XYZ | 6.93 | 10.05 | 1.75 | - |
| YUV | 79.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 6 | 0.29 | 0 | 0.94 | 0.62 | 78.26 | 0.88 | 0.2 |
| Hex | 46 | 62 | 6 | 1D | 0 | 5E | 3E | 4E | 58 | 14 |
| Octal | 106 | 142 | 6 | 35 | 0 | 136 | 76 | 116 | 130 | 24 |
| Binary | 1000110 | 1100010 | 110 | 11101 | 0 | 1011110 | 111110 | 1001110 | 1011000 | 10100 |
Color Harmonies of #466206
Complementary color
Monochromatic Colors of #466206
Black with #466206
Text Example
Text Example
White with #466206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466206; }
p { color: rgb(70,98,6); }
H1.HeaderClassName
{
color: #466206;
}
.AnyTagClassName
{
color: #466206;
}
</style>
background-color css
<style>
a { background-color: #466206; }
a { background-color: rgb(70,98,6); }
div.DivClassName
{
background-color: #466206;
}
.BgClassName
{
background-color: #466206;
}
</style>
border-color css
<style>
span { border-color: #466206; }
span { border-color: rgb(70,98,6); }
td.TdClassName
{
border-color: #466206;
}
.TagClassName
{
border-color: #466206;
}
</style>