Shades of Verdun Green #466F04
Tints of Verdun Green #466F04
RGB
CMYK
RGB Variations
Color information
#466F04 (or 0x466F04) is known color: Verdun Green. HEX triplet: 46, 6F and 04. RGB value is (70,111,4). Sum of RGB (Red+Green+Blue) = 70+111+4=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #466F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F04 is #B990FB. Grayscale: #565656. Windows color (decimal): -12161276 or 290630. OLE color: 290630.
HSL color Cylindrical-coordinate representation of color #466F04: hue angle of 82.99º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #466F04 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 4 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.56 |
| HSL | 82.99º | 0.93% | 0.23% | - |
| HSV(B) | 82.99º | 0.96% | 0.44% | - |
| XYZ | 8.23 | 12.68 | 2.13 | - |
| YUV | 86.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 4 | 0.37 | 0 | 0.96 | 0.56 | 82.99 | 0.93 | 0.23 |
| Hex | 46 | 6F | 4 | 25 | 0 | 60 | 38 | 53 | 5D | 17 |
| Octal | 106 | 157 | 4 | 45 | 0 | 140 | 70 | 123 | 135 | 27 |
| Binary | 1000110 | 1101111 | 100 | 100101 | 0 | 1100000 | 111000 | 1010011 | 1011101 | 10111 |
Color Harmonies of #466F04
Complementary color
Monochromatic Colors of #466F04
Black with #466F04
Text Example
Text Example
White with #466F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F04; }
p { color: rgb(70,111,4); }
H1.HeaderClassName
{
color: #466F04;
}
.AnyTagClassName
{
color: #466F04;
}
</style>
background-color css
<style>
a { background-color: #466F04; }
a { background-color: rgb(70,111,4); }
div.DivClassName
{
background-color: #466F04;
}
.BgClassName
{
background-color: #466F04;
}
</style>
border-color css
<style>
span { border-color: #466F04; }
span { border-color: rgb(70,111,4); }
td.TdClassName
{
border-color: #466F04;
}
.TagClassName
{
border-color: #466F04;
}
</style>