Shades of Verdun Green #464713
Tints of Verdun Green #464713
RGB
CMYK
RGB Variations
Color information
#464713 (or 0x464713) is known color: Verdun Green. HEX triplet: 46, 47 and 13. RGB value is (70,71,19). Sum of RGB (Red+Green+Blue) = 70+71+19=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #464713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464713 is #B9B8EC. Grayscale: #404040. Windows color (decimal): -12171501 or 1263430. OLE color: 1263430.
HSL color Cylindrical-coordinate representation of color #464713: hue angle of 61.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #464713 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 19 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.72 |
| HSL | 61.15º | 0.58% | 0.18% | - |
| HSV(B) | 61.15º | 0.73% | 0.28% | - |
| XYZ | 4.9 | 5.86 | 1.49 | - |
| YUV | 64.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 19 | 0.01 | 0 | 0.73 | 0.72 | 61.15 | 0.58 | 0.18 |
| Hex | 46 | 47 | 13 | 1 | 0 | 49 | 48 | 3D | 3A | 12 |
| Octal | 106 | 107 | 23 | 1 | 0 | 111 | 110 | 75 | 72 | 22 |
| Binary | 1000110 | 1000111 | 10011 | 1 | 0 | 1001001 | 1001000 | 111101 | 111010 | 10010 |
Color Harmonies of #464713
Complementary color
Monochromatic Colors of #464713
Black with #464713
Text Example
Text Example
White with #464713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464713; }
p { color: rgb(70,71,19); }
H1.HeaderClassName
{
color: #464713;
}
.AnyTagClassName
{
color: #464713;
}
</style>
background-color css
<style>
a { background-color: #464713; }
a { background-color: rgb(70,71,19); }
div.DivClassName
{
background-color: #464713;
}
.BgClassName
{
background-color: #464713;
}
</style>
border-color css
<style>
span { border-color: #464713; }
span { border-color: rgb(70,71,19); }
td.TdClassName
{
border-color: #464713;
}
.TagClassName
{
border-color: #464713;
}
</style>