Shades of Verdun Green #48450D
Tints of Verdun Green #48450D
RGB
CMYK
RGB Variations
Color information
#48450D (or 0x48450D) is known color: Verdun Green. HEX triplet: 48, 45 and 0D. RGB value is (72,69,13). Sum of RGB (Red+Green+Blue) = 72+69+13=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48450D is #B7BAF2. Grayscale: #3F3F3F. Windows color (decimal): -12040947 or 869704. OLE color: 869704.
HSL color Cylindrical-coordinate representation of color #48450D: hue angle of 56.95º 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 #48450D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 13 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.72 |
| HSL | 56.95º | 0.69% | 0.17% | - |
| HSV(B) | 56.95º | 0.82% | 0.28% | - |
| XYZ | 4.87 | 5.66 | 1.22 | - |
| YUV | 63.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 13 | 0 | 0.04 | 0.82 | 0.72 | 56.95 | 0.69 | 0.17 |
| Hex | 48 | 45 | D | 0 | 4 | 52 | 48 | 39 | 45 | 11 |
| Octal | 110 | 105 | 15 | 0 | 4 | 122 | 110 | 71 | 105 | 21 |
| Binary | 1001000 | 1000101 | 1101 | 0 | 100 | 1010010 | 1001000 | 111001 | 1000101 | 10001 |
Color Harmonies of #48450D
Complementary color
Monochromatic Colors of #48450D
Black with #48450D
Text Example
Text Example
White with #48450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48450D; }
p { color: rgb(72,69,13); }
H1.HeaderClassName
{
color: #48450D;
}
.AnyTagClassName
{
color: #48450D;
}
</style>
background-color css
<style>
a { background-color: #48450D; }
a { background-color: rgb(72,69,13); }
div.DivClassName
{
background-color: #48450D;
}
.BgClassName
{
background-color: #48450D;
}
</style>
border-color css
<style>
span { border-color: #48450D; }
span { border-color: rgb(72,69,13); }
td.TdClassName
{
border-color: #48450D;
}
.TagClassName
{
border-color: #48450D;
}
</style>