Shades of Verdun Green #47460D
Tints of Verdun Green #47460D
RGB
CMYK
RGB Variations
Color information
#47460D (or 0x47460D) is known color: Verdun Green. HEX triplet: 47, 46 and 0D. RGB value is (71,70,13). Sum of RGB (Red+Green+Blue) = 71+70+13=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47460D is #B8B9F2. Grayscale: #404040. Windows color (decimal): -12106227 or 869959. OLE color: 869959.
HSL color Cylindrical-coordinate representation of color #47460D: hue angle of 58.97º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47460D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 13 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.72 |
| HSL | 58.97º | 0.69% | 0.16% | - |
| HSV(B) | 58.97º | 0.82% | 0.28% | - |
| XYZ | 4.86 | 5.75 | 1.23 | - |
| YUV | 63.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 13 | 0 | 0.01 | 0.82 | 0.72 | 58.97 | 0.69 | 0.16 |
| Hex | 47 | 46 | D | 0 | 1 | 52 | 48 | 3B | 45 | 10 |
| Octal | 107 | 106 | 15 | 0 | 1 | 122 | 110 | 73 | 105 | 20 |
| Binary | 1000111 | 1000110 | 1101 | 0 | 1 | 1010010 | 1001000 | 111011 | 1000101 | 10000 |
Color Harmonies of #47460D
Complementary color
Monochromatic Colors of #47460D
Black with #47460D
Text Example
Text Example
White with #47460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47460D; }
p { color: rgb(71,70,13); }
H1.HeaderClassName
{
color: #47460D;
}
.AnyTagClassName
{
color: #47460D;
}
</style>
background-color css
<style>
a { background-color: #47460D; }
a { background-color: rgb(71,70,13); }
div.DivClassName
{
background-color: #47460D;
}
.BgClassName
{
background-color: #47460D;
}
</style>
border-color css
<style>
span { border-color: #47460D; }
span { border-color: rgb(71,70,13); }
td.TdClassName
{
border-color: #47460D;
}
.TagClassName
{
border-color: #47460D;
}
</style>