Shades of Verdun Green #464712
Tints of Verdun Green #464712
RGB
CMYK
RGB Variations
Color information
#464712 (or 0x464712) is known color: Verdun Green. HEX triplet: 46, 47 and 12. RGB value is (70,71,18). Sum of RGB (Red+Green+Blue) = 70+71+18=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #464712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464712 is #B9B8ED. Grayscale: #404040. Windows color (decimal): -12171502 or 1197894. OLE color: 1197894.
HSL color Cylindrical-coordinate representation of color #464712: hue angle of 61.13º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #464712 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 18 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.72 |
| HSL | 61.13º | 0.6% | 0.17% | - |
| HSV(B) | 61.13º | 0.75% | 0.28% | - |
| XYZ | 4.89 | 5.85 | 1.44 | - |
| YUV | 64.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 18 | 0.01 | 0 | 0.75 | 0.72 | 61.13 | 0.6 | 0.17 |
| Hex | 46 | 47 | 12 | 1 | 0 | 4B | 48 | 3D | 3C | 11 |
| Octal | 106 | 107 | 22 | 1 | 0 | 113 | 110 | 75 | 74 | 21 |
| Binary | 1000110 | 1000111 | 10010 | 1 | 0 | 1001011 | 1001000 | 111101 | 111100 | 10001 |
Color Harmonies of #464712
Complementary color
Monochromatic Colors of #464712
Black with #464712
Text Example
Text Example
White with #464712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464712; }
p { color: rgb(70,71,18); }
H1.HeaderClassName
{
color: #464712;
}
.AnyTagClassName
{
color: #464712;
}
</style>
background-color css
<style>
a { background-color: #464712; }
a { background-color: rgb(70,71,18); }
div.DivClassName
{
background-color: #464712;
}
.BgClassName
{
background-color: #464712;
}
</style>
border-color css
<style>
span { border-color: #464712; }
span { border-color: rgb(70,71,18); }
td.TdClassName
{
border-color: #464712;
}
.TagClassName
{
border-color: #464712;
}
</style>