Shades of Verdun Green #47550E
Tints of Verdun Green #47550E
RGB
CMYK
RGB Variations
Color information
#47550E (or 0x47550E) is known color: Verdun Green. HEX triplet: 47, 55 and 0E. RGB value is (71,85,14). Sum of RGB (Red+Green+Blue) = 71+85+14=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #47550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47550E is #B8AAF1. Grayscale: #484848. Windows color (decimal): -12102386 or 939335. OLE color: 939335.
HSL color Cylindrical-coordinate representation of color #47550E: hue angle of 71.83º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47550E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 14 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.67 |
| HSL | 71.83º | 0.72% | 0.19% | - |
| HSV(B) | 71.83º | 0.84% | 0.33% | - |
| XYZ | 5.93 | 7.87 | 1.62 | - |
| YUV | 72.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 14 | 0.16 | 0 | 0.84 | 0.67 | 71.83 | 0.72 | 0.19 |
| Hex | 47 | 55 | E | 10 | 0 | 54 | 43 | 48 | 48 | 13 |
| Octal | 107 | 125 | 16 | 20 | 0 | 124 | 103 | 110 | 110 | 23 |
| Binary | 1000111 | 1010101 | 1110 | 10000 | 0 | 1010100 | 1000011 | 1001000 | 1001000 | 10011 |
Color Harmonies of #47550E
Complementary color
Monochromatic Colors of #47550E
Black with #47550E
Text Example
Text Example
White with #47550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47550E; }
p { color: rgb(71,85,14); }
H1.HeaderClassName
{
color: #47550E;
}
.AnyTagClassName
{
color: #47550E;
}
</style>
background-color css
<style>
a { background-color: #47550E; }
a { background-color: rgb(71,85,14); }
div.DivClassName
{
background-color: #47550E;
}
.BgClassName
{
background-color: #47550E;
}
</style>
border-color css
<style>
span { border-color: #47550E; }
span { border-color: rgb(71,85,14); }
td.TdClassName
{
border-color: #47550E;
}
.TagClassName
{
border-color: #47550E;
}
</style>