Shades of Verdun Green #466F00
Tints of Verdun Green #466F00
RGB
CMYK
RGB Variations
Color information
#466F00 (or 0x466F00) is known color: Verdun Green. HEX triplet: 46, 6F and 00. RGB value is (70,111,0). Sum of RGB (Red+Green+Blue) = 70+111+0=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 111 (43.75% from 255 or 61.33% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 111 - color contains mainly: green. Hex color #466F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F00 is #B990FF. Grayscale: #565656. Windows color (decimal): -12161280 or 28486. OLE color: 28486.
HSL color Cylindrical-coordinate representation of color #466F00: hue angle of 82.16º 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 #466F00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.56 |
| HSL | 82.16º | 1% | 0.22% | - |
| HSV(B) | 82.16º | 1% | 0.44% | - |
| XYZ | 8.21 | 12.67 | 2.01 | - |
| YUV | 86.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 0 | 0.37 | 0 | 1 | 0.56 | 82.16 | 1 | 0.22 |
| Hex | 46 | 6F | 0 | 25 | 0 | 64 | 38 | 52 | 64 | 16 |
| Octal | 106 | 157 | 0 | 45 | 0 | 144 | 70 | 122 | 144 | 26 |
| Binary | 1000110 | 1101111 | 0 | 100101 | 0 | 1100100 | 111000 | 1010010 | 1100100 | 10110 |
Color Harmonies of #466F00
Complementary color
Monochromatic Colors of #466F00
Black with #466F00
Text Example
Text Example
White with #466F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F00; }
p { color: rgb(70,111,0); }
H1.HeaderClassName
{
color: #466F00;
}
.AnyTagClassName
{
color: #466F00;
}
</style>
background-color css
<style>
a { background-color: #466F00; }
a { background-color: rgb(70,111,0); }
div.DivClassName
{
background-color: #466F00;
}
.BgClassName
{
background-color: #466F00;
}
</style>
border-color css
<style>
span { border-color: #466F00; }
span { border-color: rgb(70,111,0); }
td.TdClassName
{
border-color: #466F00;
}
.TagClassName
{
border-color: #466F00;
}
</style>