Shades of Verdun Green #466204
Tints of Verdun Green #466204
RGB
CMYK
RGB Variations
Color information
#466204 (or 0x466204) is known color: Verdun Green. HEX triplet: 46, 62 and 04. RGB value is (70,98,4). Sum of RGB (Red+Green+Blue) = 70+98+4=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #466204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466204 is #B99DFB. Grayscale: #4F4F4F. Windows color (decimal): -12164604 or 287302. OLE color: 287302.
HSL color Cylindrical-coordinate representation of color #466204: hue angle of 77.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #466204 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 4 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.62 |
| HSL | 77.87º | 0.92% | 0.2% | - |
| HSV(B) | 77.87º | 0.96% | 0.38% | - |
| XYZ | 6.92 | 10.05 | 1.69 | - |
| YUV | 78.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 4 | 0.29 | 0 | 0.96 | 0.62 | 77.87 | 0.92 | 0.2 |
| Hex | 46 | 62 | 4 | 1D | 0 | 60 | 3E | 4E | 5C | 14 |
| Octal | 106 | 142 | 4 | 35 | 0 | 140 | 76 | 116 | 134 | 24 |
| Binary | 1000110 | 1100010 | 100 | 11101 | 0 | 1100000 | 111110 | 1001110 | 1011100 | 10100 |
Color Harmonies of #466204
Complementary color
Monochromatic Colors of #466204
Black with #466204
Text Example
Text Example
White with #466204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466204; }
p { color: rgb(70,98,4); }
H1.HeaderClassName
{
color: #466204;
}
.AnyTagClassName
{
color: #466204;
}
</style>
background-color css
<style>
a { background-color: #466204; }
a { background-color: rgb(70,98,4); }
div.DivClassName
{
background-color: #466204;
}
.BgClassName
{
background-color: #466204;
}
</style>
border-color css
<style>
span { border-color: #466204; }
span { border-color: rgb(70,98,4); }
td.TdClassName
{
border-color: #466204;
}
.TagClassName
{
border-color: #466204;
}
</style>