Shades of Verdun Green #47510E
Tints of Verdun Green #47510E
RGB
CMYK
RGB Variations
Color information
#47510E (or 0x47510E) is known color: Verdun Green. HEX triplet: 47, 51 and 0E. RGB value is (71,81,14). Sum of RGB (Red+Green+Blue) = 71+81+14=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #47510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47510E is #B8AEF1. Grayscale: #464646. Windows color (decimal): -12103410 or 938311. OLE color: 938311.
HSL color Cylindrical-coordinate representation of color #47510E: hue angle of 68.96º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47510E is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 14 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.68 |
| HSL | 68.96º | 0.71% | 0.19% | - |
| HSV(B) | 68.96º | 0.83% | 0.32% | - |
| XYZ | 5.62 | 7.26 | 1.52 | - |
| YUV | 70.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 14 | 0.12 | 0 | 0.83 | 0.68 | 68.96 | 0.71 | 0.19 |
| Hex | 47 | 51 | E | C | 0 | 53 | 44 | 45 | 47 | 13 |
| Octal | 107 | 121 | 16 | 14 | 0 | 123 | 104 | 105 | 107 | 23 |
| Binary | 1000111 | 1010001 | 1110 | 1100 | 0 | 1010011 | 1000100 | 1000101 | 1000111 | 10011 |
Color Harmonies of #47510E
Complementary color
Monochromatic Colors of #47510E
Black with #47510E
Text Example
Text Example
White with #47510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47510E; }
p { color: rgb(71,81,14); }
H1.HeaderClassName
{
color: #47510E;
}
.AnyTagClassName
{
color: #47510E;
}
</style>
background-color css
<style>
a { background-color: #47510E; }
a { background-color: rgb(71,81,14); }
div.DivClassName
{
background-color: #47510E;
}
.BgClassName
{
background-color: #47510E;
}
</style>
border-color css
<style>
span { border-color: #47510E; }
span { border-color: rgb(71,81,14); }
td.TdClassName
{
border-color: #47510E;
}
.TagClassName
{
border-color: #47510E;
}
</style>