Shades of Verdun Green #467000
Tints of Verdun Green #467000
RGB
CMYK
RGB Variations
Color information
#467000 (or 0x467000) is known color: Verdun Green. HEX triplet: 46, 70 and 00. RGB value is (70,112,0). Sum of RGB (Red+Green+Blue) = 70+112+0=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #467000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467000 is #B98FFF. Grayscale: #575757. Windows color (decimal): -12161024 or 28742. OLE color: 28742.
HSL color Cylindrical-coordinate representation of color #467000: hue angle of 82.5º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #467000 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.56 |
| HSL | 82.5º | 1% | 0.22% | - |
| HSV(B) | 82.5º | 1% | 0.44% | - |
| XYZ | 8.32 | 12.89 | 2.05 | - |
| YUV | 86.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 0 | 0.38 | 0 | 1 | 0.56 | 82.5 | 1 | 0.22 |
| Hex | 46 | 70 | 0 | 26 | 0 | 64 | 38 | 52 | 64 | 16 |
| Octal | 106 | 160 | 0 | 46 | 0 | 144 | 70 | 122 | 144 | 26 |
| Binary | 1000110 | 1110000 | 0 | 100110 | 0 | 1100100 | 111000 | 1010010 | 1100100 | 10110 |
Color Harmonies of #467000
Complementary color
Monochromatic Colors of #467000
Black with #467000
Text Example
Text Example
White with #467000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467000; }
p { color: rgb(70,112,0); }
H1.HeaderClassName
{
color: #467000;
}
.AnyTagClassName
{
color: #467000;
}
</style>
background-color css
<style>
a { background-color: #467000; }
a { background-color: rgb(70,112,0); }
div.DivClassName
{
background-color: #467000;
}
.BgClassName
{
background-color: #467000;
}
</style>
border-color css
<style>
span { border-color: #467000; }
span { border-color: rgb(70,112,0); }
td.TdClassName
{
border-color: #467000;
}
.TagClassName
{
border-color: #467000;
}
</style>