Shades of Verdun Green #48470A
Tints of Verdun Green #48470A
RGB
CMYK
RGB Variations
Color information
#48470A (or 0x48470A) is known color: Verdun Green. HEX triplet: 48, 47 and 0A. RGB value is (72,71,10). Sum of RGB (Red+Green+Blue) = 72+71+10=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48470A is #B7B8F5. Grayscale: #404040. Windows color (decimal): -12040438 or 673608. OLE color: 673608.
HSL color Cylindrical-coordinate representation of color #48470A: hue angle of 59.03º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48470A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 10 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.72 |
| HSL | 59.03º | 0.76% | 0.16% | - |
| HSV(B) | 59.03º | 0.86% | 0.28% | - |
| XYZ | 4.98 | 5.91 | 1.16 | - |
| YUV | 64.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 10 | 0 | 0.01 | 0.86 | 0.72 | 59.03 | 0.76 | 0.16 |
| Hex | 48 | 47 | A | 0 | 1 | 56 | 48 | 3B | 4C | 10 |
| Octal | 110 | 107 | 12 | 0 | 1 | 126 | 110 | 73 | 114 | 20 |
| Binary | 1001000 | 1000111 | 1010 | 0 | 1 | 1010110 | 1001000 | 111011 | 1001100 | 10000 |
Color Harmonies of #48470A
Complementary color
Monochromatic Colors of #48470A
Black with #48470A
Text Example
Text Example
White with #48470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48470A; }
p { color: rgb(72,71,10); }
H1.HeaderClassName
{
color: #48470A;
}
.AnyTagClassName
{
color: #48470A;
}
</style>
background-color css
<style>
a { background-color: #48470A; }
a { background-color: rgb(72,71,10); }
div.DivClassName
{
background-color: #48470A;
}
.BgClassName
{
background-color: #48470A;
}
</style>
border-color css
<style>
span { border-color: #48470A; }
span { border-color: rgb(72,71,10); }
td.TdClassName
{
border-color: #48470A;
}
.TagClassName
{
border-color: #48470A;
}
</style>