Shades of Verdun Green #48460D
Tints of Verdun Green #48460D
RGB
CMYK
RGB Variations
Color information
#48460D (or 0x48460D) is known color: Verdun Green. HEX triplet: 48, 46 and 0D. RGB value is (72,70,13). Sum of RGB (Red+Green+Blue) = 72+70+13=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48460D is #B7B9F2. Grayscale: #404040. Windows color (decimal): -12040691 or 869960. OLE color: 869960.
HSL color Cylindrical-coordinate representation of color #48460D: hue angle of 57.97º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48460D is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 13 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.72 |
| HSL | 57.97º | 0.69% | 0.17% | - |
| HSV(B) | 57.97º | 0.82% | 0.28% | - |
| XYZ | 4.94 | 5.79 | 1.24 | - |
| YUV | 64.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 13 | 0 | 0.03 | 0.82 | 0.72 | 57.97 | 0.69 | 0.17 |
| Hex | 48 | 46 | D | 0 | 3 | 52 | 48 | 3A | 45 | 11 |
| Octal | 110 | 106 | 15 | 0 | 3 | 122 | 110 | 72 | 105 | 21 |
| Binary | 1001000 | 1000110 | 1101 | 0 | 11 | 1010010 | 1001000 | 111010 | 1000101 | 10001 |
Color Harmonies of #48460D
Complementary color
Monochromatic Colors of #48460D
Black with #48460D
Text Example
Text Example
White with #48460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48460D; }
p { color: rgb(72,70,13); }
H1.HeaderClassName
{
color: #48460D;
}
.AnyTagClassName
{
color: #48460D;
}
</style>
background-color css
<style>
a { background-color: #48460D; }
a { background-color: rgb(72,70,13); }
div.DivClassName
{
background-color: #48460D;
}
.BgClassName
{
background-color: #48460D;
}
</style>
border-color css
<style>
span { border-color: #48460D; }
span { border-color: rgb(72,70,13); }
td.TdClassName
{
border-color: #48460D;
}
.TagClassName
{
border-color: #48460D;
}
</style>