Shades of Verdun Green #48520E
Tints of Verdun Green #48520E
RGB
CMYK
RGB Variations
Color information
#48520E (or 0x48520E) is known color: Verdun Green. HEX triplet: 48, 52 and 0E. RGB value is (72,82,14). Sum of RGB (Red+Green+Blue) = 72+82+14=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #48520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48520E is #B7ADF1. Grayscale: #474747. Windows color (decimal): -12037618 or 938568. OLE color: 938568.
HSL color Cylindrical-coordinate representation of color #48520E: hue angle of 68.82º 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 #48520E is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 14 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.68 |
| HSL | 68.82º | 0.71% | 0.19% | - |
| HSV(B) | 68.82º | 0.83% | 0.32% | - |
| XYZ | 5.77 | 7.44 | 1.55 | - |
| YUV | 71.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 14 | 0.12 | 0 | 0.83 | 0.68 | 68.82 | 0.71 | 0.19 |
| Hex | 48 | 52 | E | C | 0 | 53 | 44 | 45 | 47 | 13 |
| Octal | 110 | 122 | 16 | 14 | 0 | 123 | 104 | 105 | 107 | 23 |
| Binary | 1001000 | 1010010 | 1110 | 1100 | 0 | 1010011 | 1000100 | 1000101 | 1000111 | 10011 |
Color Harmonies of #48520E
Complementary color
Monochromatic Colors of #48520E
Black with #48520E
Text Example
Text Example
White with #48520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48520E; }
p { color: rgb(72,82,14); }
H1.HeaderClassName
{
color: #48520E;
}
.AnyTagClassName
{
color: #48520E;
}
</style>
background-color css
<style>
a { background-color: #48520E; }
a { background-color: rgb(72,82,14); }
div.DivClassName
{
background-color: #48520E;
}
.BgClassName
{
background-color: #48520E;
}
</style>
border-color css
<style>
span { border-color: #48520E; }
span { border-color: rgb(72,82,14); }
td.TdClassName
{
border-color: #48520E;
}
.TagClassName
{
border-color: #48520E;
}
</style>