Shades of Verdun Green #464905
Tints of Verdun Green #464905
RGB
CMYK
RGB Variations
Color information
#464905 (or 0x464905) is known color: Verdun Green. HEX triplet: 46, 49 and 05. RGB value is (70,73,5). Sum of RGB (Red+Green+Blue) = 70+73+5=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #464905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464905 is #B9B6FA. Grayscale: #404040. Windows color (decimal): -12171003 or 346438. OLE color: 346438.
HSL color Cylindrical-coordinate representation of color #464905: hue angle of 62.65º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #464905 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 5 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.71 |
| HSL | 62.65º | 0.87% | 0.15% | - |
| HSV(B) | 62.65º | 0.93% | 0.29% | - |
| XYZ | 4.94 | 6.08 | 1.06 | - |
| YUV | 64.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 5 | 0.04 | 0 | 0.93 | 0.71 | 62.65 | 0.87 | 0.15 |
| Hex | 46 | 49 | 5 | 4 | 0 | 5D | 47 | 3F | 57 | F |
| Octal | 106 | 111 | 5 | 4 | 0 | 135 | 107 | 77 | 127 | 17 |
| Binary | 1000110 | 1001001 | 101 | 100 | 0 | 1011101 | 1000111 | 111111 | 1010111 | 1111 |
Color Harmonies of #464905
Complementary color
Monochromatic Colors of #464905
Black with #464905
Text Example
Text Example
White with #464905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464905; }
p { color: rgb(70,73,5); }
H1.HeaderClassName
{
color: #464905;
}
.AnyTagClassName
{
color: #464905;
}
</style>
background-color css
<style>
a { background-color: #464905; }
a { background-color: rgb(70,73,5); }
div.DivClassName
{
background-color: #464905;
}
.BgClassName
{
background-color: #464905;
}
</style>
border-color css
<style>
span { border-color: #464905; }
span { border-color: rgb(70,73,5); }
td.TdClassName
{
border-color: #464905;
}
.TagClassName
{
border-color: #464905;
}
</style>