Shades of Verdun Green #48590B
Tints of Verdun Green #48590B
RGB
CMYK
RGB Variations
Color information
#48590B (or 0x48590B) is known color: Verdun Green. HEX triplet: 48, 59 and 0B. RGB value is (72,89,11). Sum of RGB (Red+Green+Blue) = 72+89+11=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #48590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48590B is #B7A6F4. Grayscale: #4B4B4B. Windows color (decimal): -12035829 or 743752. OLE color: 743752.
HSL color Cylindrical-coordinate representation of color #48590B: hue angle of 73.08º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48590B is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 11 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.65 |
| HSL | 73.08º | 0.78% | 0.2% | - |
| HSV(B) | 73.08º | 0.88% | 0.35% | - |
| XYZ | 6.31 | 8.55 | 1.63 | - |
| YUV | 75.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 11 | 0.19 | 0 | 0.88 | 0.65 | 73.08 | 0.78 | 0.2 |
| Hex | 48 | 59 | B | 13 | 0 | 58 | 41 | 49 | 4E | 14 |
| Octal | 110 | 131 | 13 | 23 | 0 | 130 | 101 | 111 | 116 | 24 |
| Binary | 1001000 | 1011001 | 1011 | 10011 | 0 | 1011000 | 1000001 | 1001001 | 1001110 | 10100 |
Color Harmonies of #48590B
Complementary color
Monochromatic Colors of #48590B
Black with #48590B
Text Example
Text Example
White with #48590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48590B; }
p { color: rgb(72,89,11); }
H1.HeaderClassName
{
color: #48590B;
}
.AnyTagClassName
{
color: #48590B;
}
</style>
background-color css
<style>
a { background-color: #48590B; }
a { background-color: rgb(72,89,11); }
div.DivClassName
{
background-color: #48590B;
}
.BgClassName
{
background-color: #48590B;
}
</style>
border-color css
<style>
span { border-color: #48590B; }
span { border-color: rgb(72,89,11); }
td.TdClassName
{
border-color: #48590B;
}
.TagClassName
{
border-color: #48590B;
}
</style>