Shades of Verdun Green #47460B
Tints of Verdun Green #47460B
RGB
CMYK
RGB Variations
Color information
#47460B (or 0x47460B) is known color: Verdun Green. HEX triplet: 47, 46 and 0B. RGB value is (71,70,11). Sum of RGB (Red+Green+Blue) = 71+70+11=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47460B is #B8B9F4. Grayscale: #3F3F3F. Windows color (decimal): -12106229 or 738887. OLE color: 738887.
HSL color Cylindrical-coordinate representation of color #47460B: hue angle of 59º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47460B is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 11 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.72 |
| HSL | 59º | 0.73% | 0.16% | - |
| HSV(B) | 59º | 0.85% | 0.28% | - |
| XYZ | 4.85 | 5.74 | 1.17 | - |
| YUV | 63.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 11 | 0 | 0.01 | 0.85 | 0.72 | 59 | 0.73 | 0.16 |
| Hex | 47 | 46 | B | 0 | 1 | 55 | 48 | 3B | 49 | 10 |
| Octal | 107 | 106 | 13 | 0 | 1 | 125 | 110 | 73 | 111 | 20 |
| Binary | 1000111 | 1000110 | 1011 | 0 | 1 | 1010101 | 1001000 | 111011 | 1001001 | 10000 |
Color Harmonies of #47460B
Complementary color
Monochromatic Colors of #47460B
Black with #47460B
Text Example
Text Example
White with #47460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47460B; }
p { color: rgb(71,70,11); }
H1.HeaderClassName
{
color: #47460B;
}
.AnyTagClassName
{
color: #47460B;
}
</style>
background-color css
<style>
a { background-color: #47460B; }
a { background-color: rgb(71,70,11); }
div.DivClassName
{
background-color: #47460B;
}
.BgClassName
{
background-color: #47460B;
}
</style>
border-color css
<style>
span { border-color: #47460B; }
span { border-color: rgb(71,70,11); }
td.TdClassName
{
border-color: #47460B;
}
.TagClassName
{
border-color: #47460B;
}
</style>