Shades of Verdun Green #466900
Tints of Verdun Green #466900
RGB
CMYK
RGB Variations
Color information
#466900 (or 0x466900) is known color: Verdun Green. HEX triplet: 46, 69 and 00. RGB value is (70,105,0). Sum of RGB (Red+Green+Blue) = 70+105+0=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #466900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466900 is #B996FF. Grayscale: #525252. Windows color (decimal): -12162816 or 26950. OLE color: 26950.
HSL color Cylindrical-coordinate representation of color #466900: hue angle of 80º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #466900 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 105 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.59 |
| HSL | 80º | 1% | 0.21% | - |
| HSV(B) | 80º | 1% | 0.41% | - |
| XYZ | 7.58 | 11.41 | 1.8 | - |
| YUV | 82.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 0 | 0.33 | 0 | 1 | 0.59 | 80 | 1 | 0.21 |
| Hex | 46 | 69 | 0 | 21 | 0 | 64 | 3B | 50 | 64 | 15 |
| Octal | 106 | 151 | 0 | 41 | 0 | 144 | 73 | 120 | 144 | 25 |
| Binary | 1000110 | 1101001 | 0 | 100001 | 0 | 1100100 | 111011 | 1010000 | 1100100 | 10101 |
Color Harmonies of #466900
Complementary color
Monochromatic Colors of #466900
Black with #466900
Text Example
Text Example
White with #466900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466900; }
p { color: rgb(70,105,0); }
H1.HeaderClassName
{
color: #466900;
}
.AnyTagClassName
{
color: #466900;
}
</style>
background-color css
<style>
a { background-color: #466900; }
a { background-color: rgb(70,105,0); }
div.DivClassName
{
background-color: #466900;
}
.BgClassName
{
background-color: #466900;
}
</style>
border-color css
<style>
span { border-color: #466900; }
span { border-color: rgb(70,105,0); }
td.TdClassName
{
border-color: #466900;
}
.TagClassName
{
border-color: #466900;
}
</style>