Shades of Verdun Green #464804
Tints of Verdun Green #464804
RGB
CMYK
RGB Variations
Color information
#464804 (or 0x464804) is known color: Verdun Green. HEX triplet: 46, 48 and 04. RGB value is (70,72,4). Sum of RGB (Red+Green+Blue) = 70+72+4=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #464804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464804 is #B9B7FB. Grayscale: #3F3F3F. Windows color (decimal): -12171260 or 280646. OLE color: 280646.
HSL color Cylindrical-coordinate representation of color #464804: hue angle of 61.76º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #464804 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 4 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.72 |
| HSL | 61.76º | 0.89% | 0.15% | - |
| HSV(B) | 61.76º | 0.94% | 0.28% | - |
| XYZ | 4.87 | 5.95 | 1.01 | - |
| YUV | 63.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 4 | 0.03 | 0 | 0.94 | 0.72 | 61.76 | 0.89 | 0.15 |
| Hex | 46 | 48 | 4 | 3 | 0 | 5E | 48 | 3E | 59 | F |
| Octal | 106 | 110 | 4 | 3 | 0 | 136 | 110 | 76 | 131 | 17 |
| Binary | 1000110 | 1001000 | 100 | 11 | 0 | 1011110 | 1001000 | 111110 | 1011001 | 1111 |
Color Harmonies of #464804
Complementary color
Monochromatic Colors of #464804
Black with #464804
Text Example
Text Example
White with #464804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464804; }
p { color: rgb(70,72,4); }
H1.HeaderClassName
{
color: #464804;
}
.AnyTagClassName
{
color: #464804;
}
</style>
background-color css
<style>
a { background-color: #464804; }
a { background-color: rgb(70,72,4); }
div.DivClassName
{
background-color: #464804;
}
.BgClassName
{
background-color: #464804;
}
</style>
border-color css
<style>
span { border-color: #464804; }
span { border-color: rgb(70,72,4); }
td.TdClassName
{
border-color: #464804;
}
.TagClassName
{
border-color: #464804;
}
</style>