Shades of Verdun Green #47460F
Tints of Verdun Green #47460F
RGB
CMYK
RGB Variations
Color information
#47460F (or 0x47460F) is known color: Verdun Green. HEX triplet: 47, 46 and 0F. RGB value is (71,70,15). Sum of RGB (Red+Green+Blue) = 71+70+15=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47460F is #B8B9F0. Grayscale: #404040. Windows color (decimal): -12106225 or 1001031. OLE color: 1001031.
HSL color Cylindrical-coordinate representation of color #47460F: hue angle of 58.93º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47460F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 15 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.72 |
| HSL | 58.93º | 0.65% | 0.17% | - |
| HSV(B) | 58.93º | 0.79% | 0.28% | - |
| XYZ | 4.87 | 5.75 | 1.31 | - |
| YUV | 64.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 15 | 0 | 0.01 | 0.79 | 0.72 | 58.93 | 0.65 | 0.17 |
| Hex | 47 | 46 | F | 0 | 1 | 4F | 48 | 3B | 41 | 11 |
| Octal | 107 | 106 | 17 | 0 | 1 | 117 | 110 | 73 | 101 | 21 |
| Binary | 1000111 | 1000110 | 1111 | 0 | 1 | 1001111 | 1001000 | 111011 | 1000001 | 10001 |
Color Harmonies of #47460F
Complementary color
Monochromatic Colors of #47460F
Black with #47460F
Text Example
Text Example
White with #47460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47460F; }
p { color: rgb(71,70,15); }
H1.HeaderClassName
{
color: #47460F;
}
.AnyTagClassName
{
color: #47460F;
}
</style>
background-color css
<style>
a { background-color: #47460F; }
a { background-color: rgb(71,70,15); }
div.DivClassName
{
background-color: #47460F;
}
.BgClassName
{
background-color: #47460F;
}
</style>
border-color css
<style>
span { border-color: #47460F; }
span { border-color: rgb(71,70,15); }
td.TdClassName
{
border-color: #47460F;
}
.TagClassName
{
border-color: #47460F;
}
</style>