Shades of Verdun Green #47580D
Tints of Verdun Green #47580D
RGB
CMYK
RGB Variations
Color information
#47580D (or 0x47580D) is known color: Verdun Green. HEX triplet: 47, 58 and 0D. RGB value is (71,88,13). Sum of RGB (Red+Green+Blue) = 71+88+13=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #47580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47580D is #B8A7F2. Grayscale: #4A4A4A. Windows color (decimal): -12101619 or 874567. OLE color: 874567.
HSL color Cylindrical-coordinate representation of color #47580D: hue angle of 73.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47580D is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 88 | 13 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.65 |
| HSL | 73.6º | 0.74% | 0.2% | - |
| HSV(B) | 73.6º | 0.85% | 0.35% | - |
| XYZ | 6.16 | 8.35 | 1.67 | - |
| YUV | 74.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 13 | 0.19 | 0 | 0.85 | 0.65 | 73.6 | 0.74 | 0.2 |
| Hex | 47 | 58 | D | 13 | 0 | 55 | 41 | 4A | 4A | 14 |
| Octal | 107 | 130 | 15 | 23 | 0 | 125 | 101 | 112 | 112 | 24 |
| Binary | 1000111 | 1011000 | 1101 | 10011 | 0 | 1010101 | 1000001 | 1001010 | 1001010 | 10100 |
Color Harmonies of #47580D
Complementary color
Monochromatic Colors of #47580D
Black with #47580D
Text Example
Text Example
White with #47580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47580D; }
p { color: rgb(71,88,13); }
H1.HeaderClassName
{
color: #47580D;
}
.AnyTagClassName
{
color: #47580D;
}
</style>
background-color css
<style>
a { background-color: #47580D; }
a { background-color: rgb(71,88,13); }
div.DivClassName
{
background-color: #47580D;
}
.BgClassName
{
background-color: #47580D;
}
</style>
border-color css
<style>
span { border-color: #47580D; }
span { border-color: rgb(71,88,13); }
td.TdClassName
{
border-color: #47580D;
}
.TagClassName
{
border-color: #47580D;
}
</style>