Shades of Verdun Green #48520D
Tints of Verdun Green #48520D
RGB
CMYK
RGB Variations
Color information
#48520D (or 0x48520D) is known color: Verdun Green. HEX triplet: 48, 52 and 0D. RGB value is (72,82,13). Sum of RGB (Red+Green+Blue) = 72+82+13=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #48520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48520D is #B7ADF2. Grayscale: #474747. Windows color (decimal): -12037619 or 873032. OLE color: 873032.
HSL color Cylindrical-coordinate representation of color #48520D: hue angle of 68.7º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48520D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 13 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.68 |
| HSL | 68.7º | 0.73% | 0.19% | - |
| HSV(B) | 68.7º | 0.84% | 0.32% | - |
| XYZ | 5.76 | 7.44 | 1.51 | - |
| YUV | 71.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 13 | 0.12 | 0 | 0.84 | 0.68 | 68.7 | 0.73 | 0.19 |
| Hex | 48 | 52 | D | C | 0 | 54 | 44 | 45 | 49 | 13 |
| Octal | 110 | 122 | 15 | 14 | 0 | 124 | 104 | 105 | 111 | 23 |
| Binary | 1001000 | 1010010 | 1101 | 1100 | 0 | 1010100 | 1000100 | 1000101 | 1001001 | 10011 |
Color Harmonies of #48520D
Complementary color
Monochromatic Colors of #48520D
Black with #48520D
Text Example
Text Example
White with #48520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48520D; }
p { color: rgb(72,82,13); }
H1.HeaderClassName
{
color: #48520D;
}
.AnyTagClassName
{
color: #48520D;
}
</style>
background-color css
<style>
a { background-color: #48520D; }
a { background-color: rgb(72,82,13); }
div.DivClassName
{
background-color: #48520D;
}
.BgClassName
{
background-color: #48520D;
}
</style>
border-color css
<style>
span { border-color: #48520D; }
span { border-color: rgb(72,82,13); }
td.TdClassName
{
border-color: #48520D;
}
.TagClassName
{
border-color: #48520D;
}
</style>