Shades of Verdun Green #47500D
Tints of Verdun Green #47500D
RGB
CMYK
RGB Variations
Color information
#47500D (or 0x47500D) is known color: Verdun Green. HEX triplet: 47, 50 and 0D. RGB value is (71,80,13). Sum of RGB (Red+Green+Blue) = 71+80+13=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #47500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47500D is #B8AFF2. Grayscale: #454545. Windows color (decimal): -12103667 or 872519. OLE color: 872519.
HSL color Cylindrical-coordinate representation of color #47500D: hue angle of 68.06º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47500D is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 13 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.69 |
| HSL | 68.06º | 0.72% | 0.18% | - |
| HSV(B) | 68.06º | 0.84% | 0.31% | - |
| XYZ | 5.54 | 7.11 | 1.46 | - |
| YUV | 69.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 13 | 0.11 | 0 | 0.84 | 0.69 | 68.06 | 0.72 | 0.18 |
| Hex | 47 | 50 | D | B | 0 | 54 | 45 | 44 | 48 | 12 |
| Octal | 107 | 120 | 15 | 13 | 0 | 124 | 105 | 104 | 110 | 22 |
| Binary | 1000111 | 1010000 | 1101 | 1011 | 0 | 1010100 | 1000101 | 1000100 | 1001000 | 10010 |
Color Harmonies of #47500D
Complementary color
Monochromatic Colors of #47500D
Black with #47500D
Text Example
Text Example
White with #47500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47500D; }
p { color: rgb(71,80,13); }
H1.HeaderClassName
{
color: #47500D;
}
.AnyTagClassName
{
color: #47500D;
}
</style>
background-color css
<style>
a { background-color: #47500D; }
a { background-color: rgb(71,80,13); }
div.DivClassName
{
background-color: #47500D;
}
.BgClassName
{
background-color: #47500D;
}
</style>
border-color css
<style>
span { border-color: #47500D; }
span { border-color: rgb(71,80,13); }
td.TdClassName
{
border-color: #47500D;
}
.TagClassName
{
border-color: #47500D;
}
</style>