Shades of Verdun Green #464717
Tints of Verdun Green #464717
RGB
CMYK
RGB Variations
Color information
#464717 (or 0x464717) is known color: Verdun Green. HEX triplet: 46, 47 and 17. RGB value is (70,71,23). Sum of RGB (Red+Green+Blue) = 70+71+23=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #464717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464717 is #B9B8E8. Grayscale: #414141. Windows color (decimal): -12171497 or 1525574. OLE color: 1525574.
HSL color Cylindrical-coordinate representation of color #464717: hue angle of 61.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464717 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 23 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.72 |
| HSL | 61.25º | 0.51% | 0.18% | - |
| HSV(B) | 61.25º | 0.68% | 0.28% | - |
| XYZ | 4.93 | 5.87 | 1.68 | - |
| YUV | 65.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 23 | 0.01 | 0 | 0.68 | 0.72 | 61.25 | 0.51 | 0.18 |
| Hex | 46 | 47 | 17 | 1 | 0 | 44 | 48 | 3D | 33 | 12 |
| Octal | 106 | 107 | 27 | 1 | 0 | 104 | 110 | 75 | 63 | 22 |
| Binary | 1000110 | 1000111 | 10111 | 1 | 0 | 1000100 | 1001000 | 111101 | 110011 | 10010 |
Color Harmonies of #464717
Complementary color
Monochromatic Colors of #464717
Black with #464717
Text Example
Text Example
White with #464717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464717; }
p { color: rgb(70,71,23); }
H1.HeaderClassName
{
color: #464717;
}
.AnyTagClassName
{
color: #464717;
}
</style>
background-color css
<style>
a { background-color: #464717; }
a { background-color: rgb(70,71,23); }
div.DivClassName
{
background-color: #464717;
}
.BgClassName
{
background-color: #464717;
}
</style>
border-color css
<style>
span { border-color: #464717; }
span { border-color: rgb(70,71,23); }
td.TdClassName
{
border-color: #464717;
}
.TagClassName
{
border-color: #464717;
}
</style>