Shades of Verdun Green #48490D
Tints of Verdun Green #48490D
RGB
CMYK
RGB Variations
Color information
#48490D (or 0x48490D) is known color: Verdun Green. HEX triplet: 48, 49 and 0D. RGB value is (72,73,13). Sum of RGB (Red+Green+Blue) = 72+73+13=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #48490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48490D is #B7B6F2. Grayscale: #424242. Windows color (decimal): -12039923 or 870728. OLE color: 870728.
HSL color Cylindrical-coordinate representation of color #48490D: hue angle of 61º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48490D is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 13 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.71 |
| HSL | 61º | 0.7% | 0.17% | - |
| HSV(B) | 61º | 0.82% | 0.29% | - |
| XYZ | 5.13 | 6.17 | 1.3 | - |
| YUV | 65.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 13 | 0.01 | 0 | 0.82 | 0.71 | 61 | 0.7 | 0.17 |
| Hex | 48 | 49 | D | 1 | 0 | 52 | 47 | 3D | 46 | 11 |
| Octal | 110 | 111 | 15 | 1 | 0 | 122 | 107 | 75 | 106 | 21 |
| Binary | 1001000 | 1001001 | 1101 | 1 | 0 | 1010010 | 1000111 | 111101 | 1000110 | 10001 |
Color Harmonies of #48490D
Complementary color
Monochromatic Colors of #48490D
Black with #48490D
Text Example
Text Example
White with #48490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48490D; }
p { color: rgb(72,73,13); }
H1.HeaderClassName
{
color: #48490D;
}
.AnyTagClassName
{
color: #48490D;
}
</style>
background-color css
<style>
a { background-color: #48490D; }
a { background-color: rgb(72,73,13); }
div.DivClassName
{
background-color: #48490D;
}
.BgClassName
{
background-color: #48490D;
}
</style>
border-color css
<style>
span { border-color: #48490D; }
span { border-color: rgb(72,73,13); }
td.TdClassName
{
border-color: #48490D;
}
.TagClassName
{
border-color: #48490D;
}
</style>