Shades of Verdun Green #464918
Tints of Verdun Green #464918
RGB
CMYK
RGB Variations
Color information
#464918 (or 0x464918) is known color: Verdun Green. HEX triplet: 46, 49 and 18. RGB value is (70,73,24). Sum of RGB (Red+Green+Blue) = 70+73+24=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #464918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464918 is #B9B6E7. Grayscale: #424242. Windows color (decimal): -12170984 or 1591622. OLE color: 1591622.
HSL color Cylindrical-coordinate representation of color #464918: hue angle of 63.67º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464918 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 24 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.71 |
| HSL | 63.67º | 0.51% | 0.19% | - |
| HSV(B) | 63.67º | 0.67% | 0.29% | - |
| XYZ | 5.07 | 6.13 | 1.78 | - |
| YUV | 66.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 24 | 0.04 | 0 | 0.67 | 0.71 | 63.67 | 0.51 | 0.19 |
| Hex | 46 | 49 | 18 | 4 | 0 | 43 | 47 | 40 | 33 | 13 |
| Octal | 106 | 111 | 30 | 4 | 0 | 103 | 107 | 100 | 63 | 23 |
| Binary | 1000110 | 1001001 | 11000 | 100 | 0 | 1000011 | 1000111 | 1000000 | 110011 | 10011 |
Color Harmonies of #464918
Complementary color
Monochromatic Colors of #464918
Black with #464918
Text Example
Text Example
White with #464918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464918; }
p { color: rgb(70,73,24); }
H1.HeaderClassName
{
color: #464918;
}
.AnyTagClassName
{
color: #464918;
}
</style>
background-color css
<style>
a { background-color: #464918; }
a { background-color: rgb(70,73,24); }
div.DivClassName
{
background-color: #464918;
}
.BgClassName
{
background-color: #464918;
}
</style>
border-color css
<style>
span { border-color: #464918; }
span { border-color: rgb(70,73,24); }
td.TdClassName
{
border-color: #464918;
}
.TagClassName
{
border-color: #464918;
}
</style>