Shades of Verdun Green #464904
Tints of Verdun Green #464904
RGB
CMYK
RGB Variations
Color information
#464904 (or 0x464904) is known color: Verdun Green. HEX triplet: 46, 49 and 04. RGB value is (70,73,4). Sum of RGB (Red+Green+Blue) = 70+73+4=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #464904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464904 is #B9B6FB. Grayscale: #404040. Windows color (decimal): -12171004 or 280902. OLE color: 280902.
HSL color Cylindrical-coordinate representation of color #464904: hue angle of 62.61º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #464904 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 4 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.71 |
| HSL | 62.61º | 0.9% | 0.15% | - |
| HSV(B) | 62.61º | 0.95% | 0.29% | - |
| XYZ | 4.93 | 6.08 | 1.03 | - |
| YUV | 64.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 4 | 0.04 | 0 | 0.95 | 0.71 | 62.61 | 0.9 | 0.15 |
| Hex | 46 | 49 | 4 | 4 | 0 | 5F | 47 | 3F | 5A | F |
| Octal | 106 | 111 | 4 | 4 | 0 | 137 | 107 | 77 | 132 | 17 |
| Binary | 1000110 | 1001001 | 100 | 100 | 0 | 1011111 | 1000111 | 111111 | 1011010 | 1111 |
Color Harmonies of #464904
Complementary color
Monochromatic Colors of #464904
Black with #464904
Text Example
Text Example
White with #464904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464904; }
p { color: rgb(70,73,4); }
H1.HeaderClassName
{
color: #464904;
}
.AnyTagClassName
{
color: #464904;
}
</style>
background-color css
<style>
a { background-color: #464904; }
a { background-color: rgb(70,73,4); }
div.DivClassName
{
background-color: #464904;
}
.BgClassName
{
background-color: #464904;
}
</style>
border-color css
<style>
span { border-color: #464904; }
span { border-color: rgb(70,73,4); }
td.TdClassName
{
border-color: #464904;
}
.TagClassName
{
border-color: #464904;
}
</style>