Shades of Verdun Green #464819
Tints of Verdun Green #464819
RGB
CMYK
RGB Variations
Color information
#464819 (or 0x464819) is known color: Verdun Green. HEX triplet: 46, 48 and 19. RGB value is (70,72,25). Sum of RGB (Red+Green+Blue) = 70+72+25=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #464819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464819 is #B9B7E6. Grayscale: #424242. Windows color (decimal): -12171239 or 1656902. OLE color: 1656902.
HSL color Cylindrical-coordinate representation of color #464819: hue angle of 62.55º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #464819 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 25 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.72 |
| HSL | 62.55º | 0.48% | 0.19% | - |
| HSV(B) | 62.55º | 0.65% | 0.28% | - |
| XYZ | 5.02 | 6.01 | 1.81 | - |
| YUV | 66.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 25 | 0.03 | 0 | 0.65 | 0.72 | 62.55 | 0.48 | 0.19 |
| Hex | 46 | 48 | 19 | 3 | 0 | 41 | 48 | 3F | 30 | 13 |
| Octal | 106 | 110 | 31 | 3 | 0 | 101 | 110 | 77 | 60 | 23 |
| Binary | 1000110 | 1001000 | 11001 | 11 | 0 | 1000001 | 1001000 | 111111 | 110000 | 10011 |
Color Harmonies of #464819
Complementary color
Monochromatic Colors of #464819
Black with #464819
Text Example
Text Example
White with #464819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464819; }
p { color: rgb(70,72,25); }
H1.HeaderClassName
{
color: #464819;
}
.AnyTagClassName
{
color: #464819;
}
</style>
background-color css
<style>
a { background-color: #464819; }
a { background-color: rgb(70,72,25); }
div.DivClassName
{
background-color: #464819;
}
.BgClassName
{
background-color: #464819;
}
</style>
border-color css
<style>
span { border-color: #464819; }
span { border-color: rgb(70,72,25); }
td.TdClassName
{
border-color: #464819;
}
.TagClassName
{
border-color: #464819;
}
</style>