Shades of Verdun Green #48470E
Tints of Verdun Green #48470E
RGB
CMYK
RGB Variations
Color information
#48470E (or 0x48470E) is known color: Verdun Green. HEX triplet: 48, 47 and 0E. RGB value is (72,71,14). Sum of RGB (Red+Green+Blue) = 72+71+14=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48470E is #B7B8F1. Grayscale: #414141. Windows color (decimal): -12040434 or 935752. OLE color: 935752.
HSL color Cylindrical-coordinate representation of color #48470E: hue angle of 58.97º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48470E is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 14 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.72 |
| HSL | 58.97º | 0.67% | 0.17% | - |
| HSV(B) | 58.97º | 0.81% | 0.28% | - |
| XYZ | 5 | 5.92 | 1.29 | - |
| YUV | 64.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 14 | 0 | 0.01 | 0.81 | 0.72 | 58.97 | 0.67 | 0.17 |
| Hex | 48 | 47 | E | 0 | 1 | 51 | 48 | 3B | 43 | 11 |
| Octal | 110 | 107 | 16 | 0 | 1 | 121 | 110 | 73 | 103 | 21 |
| Binary | 1001000 | 1000111 | 1110 | 0 | 1 | 1010001 | 1001000 | 111011 | 1000011 | 10001 |
Color Harmonies of #48470E
Complementary color
Monochromatic Colors of #48470E
Black with #48470E
Text Example
Text Example
White with #48470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48470E; }
p { color: rgb(72,71,14); }
H1.HeaderClassName
{
color: #48470E;
}
.AnyTagClassName
{
color: #48470E;
}
</style>
background-color css
<style>
a { background-color: #48470E; }
a { background-color: rgb(72,71,14); }
div.DivClassName
{
background-color: #48470E;
}
.BgClassName
{
background-color: #48470E;
}
</style>
border-color css
<style>
span { border-color: #48470E; }
span { border-color: rgb(72,71,14); }
td.TdClassName
{
border-color: #48470E;
}
.TagClassName
{
border-color: #48470E;
}
</style>