Shades of Verdun Green #466800
Tints of Verdun Green #466800
RGB
CMYK
RGB Variations
Color information
#466800 (or 0x466800) is known color: Verdun Green. HEX triplet: 46, 68 and 00. RGB value is (70,104,0). Sum of RGB (Red+Green+Blue) = 70+104+0=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #466800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466800 is #B997FF. Grayscale: #525252. Windows color (decimal): -12163072 or 26694. OLE color: 26694.
HSL color Cylindrical-coordinate representation of color #466800: hue angle of 79.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #466800 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.59 |
| HSL | 79.62º | 1% | 0.2% | - |
| HSV(B) | 79.62º | 1% | 0.41% | - |
| XYZ | 7.48 | 11.2 | 1.77 | - |
| YUV | 81.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 0 | 0.33 | 0 | 1 | 0.59 | 79.62 | 1 | 0.2 |
| Hex | 46 | 68 | 0 | 21 | 0 | 64 | 3B | 50 | 64 | 14 |
| Octal | 106 | 150 | 0 | 41 | 0 | 144 | 73 | 120 | 144 | 24 |
| Binary | 1000110 | 1101000 | 0 | 100001 | 0 | 1100100 | 111011 | 1010000 | 1100100 | 10100 |
Color Harmonies of #466800
Complementary color
Monochromatic Colors of #466800
Black with #466800
Text Example
Text Example
White with #466800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466800; }
p { color: rgb(70,104,0); }
H1.HeaderClassName
{
color: #466800;
}
.AnyTagClassName
{
color: #466800;
}
</style>
background-color css
<style>
a { background-color: #466800; }
a { background-color: rgb(70,104,0); }
div.DivClassName
{
background-color: #466800;
}
.BgClassName
{
background-color: #466800;
}
</style>
border-color css
<style>
span { border-color: #466800; }
span { border-color: rgb(70,104,0); }
td.TdClassName
{
border-color: #466800;
}
.TagClassName
{
border-color: #466800;
}
</style>