Shades of Verdun Green #48510E
Tints of Verdun Green #48510E
RGB
CMYK
RGB Variations
Color information
#48510E (or 0x48510E) is known color: Verdun Green. HEX triplet: 48, 51 and 0E. RGB value is (72,81,14). Sum of RGB (Red+Green+Blue) = 72+81+14=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #48510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48510E is #B7AEF1. Grayscale: #464646. Windows color (decimal): -12037874 or 938312. OLE color: 938312.
HSL color Cylindrical-coordinate representation of color #48510E: hue angle of 68.06º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48510E is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 14 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.68 |
| HSL | 68.06º | 0.71% | 0.19% | - |
| HSV(B) | 68.06º | 0.83% | 0.32% | - |
| XYZ | 5.69 | 7.29 | 1.52 | - |
| YUV | 70.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 14 | 0.11 | 0 | 0.83 | 0.68 | 68.06 | 0.71 | 0.19 |
| Hex | 48 | 51 | E | B | 0 | 53 | 44 | 44 | 47 | 13 |
| Octal | 110 | 121 | 16 | 13 | 0 | 123 | 104 | 104 | 107 | 23 |
| Binary | 1001000 | 1010001 | 1110 | 1011 | 0 | 1010011 | 1000100 | 1000100 | 1000111 | 10011 |
Color Harmonies of #48510E
Complementary color
Monochromatic Colors of #48510E
Black with #48510E
Text Example
Text Example
White with #48510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48510E; }
p { color: rgb(72,81,14); }
H1.HeaderClassName
{
color: #48510E;
}
.AnyTagClassName
{
color: #48510E;
}
</style>
background-color css
<style>
a { background-color: #48510E; }
a { background-color: rgb(72,81,14); }
div.DivClassName
{
background-color: #48510E;
}
.BgClassName
{
background-color: #48510E;
}
</style>
border-color css
<style>
span { border-color: #48510E; }
span { border-color: rgb(72,81,14); }
td.TdClassName
{
border-color: #48510E;
}
.TagClassName
{
border-color: #48510E;
}
</style>