Shades of Verdun Green #464809
Tints of Verdun Green #464809
RGB
CMYK
RGB Variations
Color information
#464809 (or 0x464809) is known color: Verdun Green. HEX triplet: 46, 48 and 09. RGB value is (70,72,9). Sum of RGB (Red+Green+Blue) = 70+72+9=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #464809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464809 is #B9B7F6. Grayscale: #404040. Windows color (decimal): -12171255 or 608326. OLE color: 608326.
HSL color Cylindrical-coordinate representation of color #464809: hue angle of 61.9º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #464809 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 9 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.72 |
| HSL | 61.9º | 0.78% | 0.16% | - |
| HSV(B) | 61.9º | 0.88% | 0.28% | - |
| XYZ | 4.89 | 5.96 | 1.15 | - |
| YUV | 64.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 9 | 0.03 | 0 | 0.88 | 0.72 | 61.9 | 0.78 | 0.16 |
| Hex | 46 | 48 | 9 | 3 | 0 | 58 | 48 | 3E | 4E | 10 |
| Octal | 106 | 110 | 11 | 3 | 0 | 130 | 110 | 76 | 116 | 20 |
| Binary | 1000110 | 1001000 | 1001 | 11 | 0 | 1011000 | 1001000 | 111110 | 1001110 | 10000 |
Color Harmonies of #464809
Complementary color
Monochromatic Colors of #464809
Black with #464809
Text Example
Text Example
White with #464809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464809; }
p { color: rgb(70,72,9); }
H1.HeaderClassName
{
color: #464809;
}
.AnyTagClassName
{
color: #464809;
}
</style>
background-color css
<style>
a { background-color: #464809; }
a { background-color: rgb(70,72,9); }
div.DivClassName
{
background-color: #464809;
}
.BgClassName
{
background-color: #464809;
}
</style>
border-color css
<style>
span { border-color: #464809; }
span { border-color: rgb(70,72,9); }
td.TdClassName
{
border-color: #464809;
}
.TagClassName
{
border-color: #464809;
}
</style>