Shades of Verdun Green #47680D
Tints of Verdun Green #47680D
RGB
CMYK
RGB Variations
Color information
#47680D (or 0x47680D) is known color: Verdun Green. HEX triplet: 47, 68 and 0D. RGB value is (71,104,13). Sum of RGB (Red+Green+Blue) = 71+104+13=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #47680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47680D is #B897F2. Grayscale: #545454. Windows color (decimal): -12097523 or 878663. OLE color: 878663.
HSL color Cylindrical-coordinate representation of color #47680D: hue angle of 81.76º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47680D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 13 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.59 |
| HSL | 81.76º | 0.78% | 0.23% | - |
| HSV(B) | 81.76º | 0.88% | 0.41% | - |
| XYZ | 7.62 | 11.27 | 2.15 | - |
| YUV | 83.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 13 | 0.32 | 0 | 0.88 | 0.59 | 81.76 | 0.78 | 0.23 |
| Hex | 47 | 68 | D | 20 | 0 | 58 | 3B | 52 | 4E | 17 |
| Octal | 107 | 150 | 15 | 40 | 0 | 130 | 73 | 122 | 116 | 27 |
| Binary | 1000111 | 1101000 | 1101 | 100000 | 0 | 1011000 | 111011 | 1010010 | 1001110 | 10111 |
Color Harmonies of #47680D
Complementary color
Monochromatic Colors of #47680D
Black with #47680D
Text Example
Text Example
White with #47680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47680D; }
p { color: rgb(71,104,13); }
H1.HeaderClassName
{
color: #47680D;
}
.AnyTagClassName
{
color: #47680D;
}
</style>
background-color css
<style>
a { background-color: #47680D; }
a { background-color: rgb(71,104,13); }
div.DivClassName
{
background-color: #47680D;
}
.BgClassName
{
background-color: #47680D;
}
</style>
border-color css
<style>
span { border-color: #47680D; }
span { border-color: rgb(71,104,13); }
td.TdClassName
{
border-color: #47680D;
}
.TagClassName
{
border-color: #47680D;
}
</style>