Shades of Verdun Green #47470A
Tints of Verdun Green #47470A
RGB
CMYK
RGB Variations
Color information
#47470A (or 0x47470A) is known color: Verdun Green. HEX triplet: 47, 47 and 0A. RGB value is (71,71,10). Sum of RGB (Red+Green+Blue) = 71+71+10=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47470A is #B8B8F5. Grayscale: #404040. Windows color (decimal): -12105974 or 673607. OLE color: 673607.
HSL color Cylindrical-coordinate representation of color #47470A: hue angle of 60º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47470A is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 71 | 10 | - |
| CMYK | 0 | 0 | 0.86 | 0.72 |
| HSL | 60º | 0.75% | 0.16% | - |
| HSV(B) | 60º | 0.86% | 0.28% | - |
| XYZ | 4.91 | 5.87 | 1.16 | - |
| YUV | 64.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 10 | 0 | 0 | 0.86 | 0.72 | 60 | 0.75 | 0.16 |
| Hex | 47 | 47 | A | 0 | 0 | 56 | 48 | 3C | 4B | 10 |
| Octal | 107 | 107 | 12 | 0 | 0 | 126 | 110 | 74 | 113 | 20 |
| Binary | 1000111 | 1000111 | 1010 | 0 | 0 | 1010110 | 1001000 | 111100 | 1001011 | 10000 |
Color Harmonies of #47470A
Complementary color
Monochromatic Colors of #47470A
Black with #47470A
Text Example
Text Example
White with #47470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47470A; }
p { color: rgb(71,71,10); }
H1.HeaderClassName
{
color: #47470A;
}
.AnyTagClassName
{
color: #47470A;
}
</style>
background-color css
<style>
a { background-color: #47470A; }
a { background-color: rgb(71,71,10); }
div.DivClassName
{
background-color: #47470A;
}
.BgClassName
{
background-color: #47470A;
}
</style>
border-color css
<style>
span { border-color: #47470A; }
span { border-color: rgb(71,71,10); }
td.TdClassName
{
border-color: #47470A;
}
.TagClassName
{
border-color: #47470A;
}
</style>