Shades of Verdun Green #48550D
Tints of Verdun Green #48550D
RGB
CMYK
RGB Variations
Color information
#48550D (or 0x48550D) is known color: Verdun Green. HEX triplet: 48, 55 and 0D. RGB value is (72,85,13). Sum of RGB (Red+Green+Blue) = 72+85+13=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #48550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48550D is #B7AAF2. Grayscale: #494949. Windows color (decimal): -12036851 or 873800. OLE color: 873800.
HSL color Cylindrical-coordinate representation of color #48550D: hue angle of 70.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48550D is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 13 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.67 |
| HSL | 70.83º | 0.73% | 0.19% | - |
| HSV(B) | 70.83º | 0.85% | 0.33% | - |
| XYZ | 5.99 | 7.9 | 1.59 | - |
| YUV | 72.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 13 | 0.15 | 0 | 0.85 | 0.67 | 70.83 | 0.73 | 0.19 |
| Hex | 48 | 55 | D | F | 0 | 55 | 43 | 47 | 49 | 13 |
| Octal | 110 | 125 | 15 | 17 | 0 | 125 | 103 | 107 | 111 | 23 |
| Binary | 1001000 | 1010101 | 1101 | 1111 | 0 | 1010101 | 1000011 | 1000111 | 1001001 | 10011 |
Color Harmonies of #48550D
Complementary color
Monochromatic Colors of #48550D
Black with #48550D
Text Example
Text Example
White with #48550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48550D; }
p { color: rgb(72,85,13); }
H1.HeaderClassName
{
color: #48550D;
}
.AnyTagClassName
{
color: #48550D;
}
</style>
background-color css
<style>
a { background-color: #48550D; }
a { background-color: rgb(72,85,13); }
div.DivClassName
{
background-color: #48550D;
}
.BgClassName
{
background-color: #48550D;
}
</style>
border-color css
<style>
span { border-color: #48550D; }
span { border-color: rgb(72,85,13); }
td.TdClassName
{
border-color: #48550D;
}
.TagClassName
{
border-color: #48550D;
}
</style>