Shades of Verdun Green #48560D
Tints of Verdun Green #48560D
RGB
CMYK
RGB Variations
Color information
#48560D (or 0x48560D) is known color: Verdun Green. HEX triplet: 48, 56 and 0D. RGB value is (72,86,13). Sum of RGB (Red+Green+Blue) = 72+86+13=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #48560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48560D is #B7A9F2. Grayscale: #494949. Windows color (decimal): -12036595 or 874056. OLE color: 874056.
HSL color Cylindrical-coordinate representation of color #48560D: hue angle of 71.51º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48560D is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 86 | 13 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.66 |
| HSL | 71.51º | 0.74% | 0.19% | - |
| HSV(B) | 71.51º | 0.85% | 0.34% | - |
| XYZ | 6.07 | 8.06 | 1.62 | - |
| YUV | 73.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 13 | 0.16 | 0 | 0.85 | 0.66 | 71.51 | 0.74 | 0.19 |
| Hex | 48 | 56 | D | 10 | 0 | 55 | 42 | 48 | 4A | 13 |
| Octal | 110 | 126 | 15 | 20 | 0 | 125 | 102 | 110 | 112 | 23 |
| Binary | 1001000 | 1010110 | 1101 | 10000 | 0 | 1010101 | 1000010 | 1001000 | 1001010 | 10011 |
Color Harmonies of #48560D
Complementary color
Monochromatic Colors of #48560D
Black with #48560D
Text Example
Text Example
White with #48560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48560D; }
p { color: rgb(72,86,13); }
H1.HeaderClassName
{
color: #48560D;
}
.AnyTagClassName
{
color: #48560D;
}
</style>
background-color css
<style>
a { background-color: #48560D; }
a { background-color: rgb(72,86,13); }
div.DivClassName
{
background-color: #48560D;
}
.BgClassName
{
background-color: #48560D;
}
</style>
border-color css
<style>
span { border-color: #48560D; }
span { border-color: rgb(72,86,13); }
td.TdClassName
{
border-color: #48560D;
}
.TagClassName
{
border-color: #48560D;
}
</style>