Shades of Verdun Green #47540E
Tints of Verdun Green #47540E
RGB
CMYK
RGB Variations
Color information
#47540E (or 0x47540E) is known color: Verdun Green. HEX triplet: 47, 54 and 0E. RGB value is (71,84,14). Sum of RGB (Red+Green+Blue) = 71+84+14=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #47540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47540E is #B8ABF1. Grayscale: #484848. Windows color (decimal): -12102642 or 939079. OLE color: 939079.
HSL color Cylindrical-coordinate representation of color #47540E: hue angle of 71.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47540E is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 14 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.67 |
| HSL | 71.14º | 0.71% | 0.19% | - |
| HSV(B) | 71.14º | 0.83% | 0.33% | - |
| XYZ | 5.85 | 7.71 | 1.6 | - |
| YUV | 72.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 14 | 0.15 | 0 | 0.83 | 0.67 | 71.14 | 0.71 | 0.19 |
| Hex | 47 | 54 | E | F | 0 | 53 | 43 | 47 | 47 | 13 |
| Octal | 107 | 124 | 16 | 17 | 0 | 123 | 103 | 107 | 107 | 23 |
| Binary | 1000111 | 1010100 | 1110 | 1111 | 0 | 1010011 | 1000011 | 1000111 | 1000111 | 10011 |
Color Harmonies of #47540E
Complementary color
Monochromatic Colors of #47540E
Black with #47540E
Text Example
Text Example
White with #47540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47540E; }
p { color: rgb(71,84,14); }
H1.HeaderClassName
{
color: #47540E;
}
.AnyTagClassName
{
color: #47540E;
}
</style>
background-color css
<style>
a { background-color: #47540E; }
a { background-color: rgb(71,84,14); }
div.DivClassName
{
background-color: #47540E;
}
.BgClassName
{
background-color: #47540E;
}
</style>
border-color css
<style>
span { border-color: #47540E; }
span { border-color: rgb(71,84,14); }
td.TdClassName
{
border-color: #47540E;
}
.TagClassName
{
border-color: #47540E;
}
</style>