Shades of Verdun Green #464808
Tints of Verdun Green #464808
RGB
CMYK
RGB Variations
Color information
#464808 (or 0x464808) is known color: Verdun Green. HEX triplet: 46, 48 and 08. RGB value is (70,72,8). Sum of RGB (Red+Green+Blue) = 70+72+8=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #464808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464808 is #B9B7F7. Grayscale: #404040. Windows color (decimal): -12171256 or 542790. OLE color: 542790.
HSL color Cylindrical-coordinate representation of color #464808: hue angle of 61.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #464808 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 8 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.72 |
| HSL | 61.88º | 0.8% | 0.16% | - |
| HSV(B) | 61.88º | 0.89% | 0.28% | - |
| XYZ | 4.89 | 5.95 | 1.12 | - |
| YUV | 64.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 8 | 0.03 | 0 | 0.89 | 0.72 | 61.88 | 0.8 | 0.16 |
| Hex | 46 | 48 | 8 | 3 | 0 | 59 | 48 | 3E | 50 | 10 |
| Octal | 106 | 110 | 10 | 3 | 0 | 131 | 110 | 76 | 120 | 20 |
| Binary | 1000110 | 1001000 | 1000 | 11 | 0 | 1011001 | 1001000 | 111110 | 1010000 | 10000 |
Color Harmonies of #464808
Complementary color
Monochromatic Colors of #464808
Black with #464808
Text Example
Text Example
White with #464808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464808; }
p { color: rgb(70,72,8); }
H1.HeaderClassName
{
color: #464808;
}
.AnyTagClassName
{
color: #464808;
}
</style>
background-color css
<style>
a { background-color: #464808; }
a { background-color: rgb(70,72,8); }
div.DivClassName
{
background-color: #464808;
}
.BgClassName
{
background-color: #464808;
}
</style>
border-color css
<style>
span { border-color: #464808; }
span { border-color: rgb(70,72,8); }
td.TdClassName
{
border-color: #464808;
}
.TagClassName
{
border-color: #464808;
}
</style>