Shades of Verdun Green #47450E
Tints of Verdun Green #47450E
RGB
CMYK
RGB Variations
Color information
#47450E (or 0x47450E) is known color: Verdun Green. HEX triplet: 47, 45 and 0E. RGB value is (71,69,14). Sum of RGB (Red+Green+Blue) = 71+69+14=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47450E is #B8BAF1. Grayscale: #3F3F3F. Windows color (decimal): -12106482 or 935239. OLE color: 935239.
HSL color Cylindrical-coordinate representation of color #47450E: hue angle of 57.89º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47450E is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 14 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.72 |
| HSL | 57.89º | 0.67% | 0.17% | - |
| HSV(B) | 57.89º | 0.8% | 0.28% | - |
| XYZ | 4.81 | 5.63 | 1.25 | - |
| YUV | 63.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 14 | 0 | 0.03 | 0.80 | 0.72 | 57.89 | 0.67 | 0.17 |
| Hex | 47 | 45 | E | 0 | 3 | 50 | 48 | 3A | 43 | 11 |
| Octal | 107 | 105 | 16 | 0 | 3 | 120 | 110 | 72 | 103 | 21 |
| Binary | 1000111 | 1000101 | 1110 | 0 | 11 | 1010000 | 1001000 | 111010 | 1000011 | 10001 |
Color Harmonies of #47450E
Complementary color
Monochromatic Colors of #47450E
Black with #47450E
Text Example
Text Example
White with #47450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47450E; }
p { color: rgb(71,69,14); }
H1.HeaderClassName
{
color: #47450E;
}
.AnyTagClassName
{
color: #47450E;
}
</style>
background-color css
<style>
a { background-color: #47450E; }
a { background-color: rgb(71,69,14); }
div.DivClassName
{
background-color: #47450E;
}
.BgClassName
{
background-color: #47450E;
}
</style>
border-color css
<style>
span { border-color: #47450E; }
span { border-color: rgb(71,69,14); }
td.TdClassName
{
border-color: #47450E;
}
.TagClassName
{
border-color: #47450E;
}
</style>