Shades of Verdun Green #48670E
Tints of Verdun Green #48670E
RGB
CMYK
RGB Variations
Color information
#48670E (or 0x48670E) is known color: Verdun Green. HEX triplet: 48, 67 and 0E. RGB value is (72,103,14). Sum of RGB (Red+Green+Blue) = 72+103+14=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #48670E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48670E is #B798F1. Grayscale: #535353. Windows color (decimal): -12032242 or 943944. OLE color: 943944.
HSL color Cylindrical-coordinate representation of color #48670E: hue angle of 80.9º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48670E is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 14 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.60 |
| HSL | 80.9º | 0.76% | 0.23% | - |
| HSV(B) | 80.9º | 0.86% | 0.4% | - |
| XYZ | 7.6 | 11.11 | 2.16 | - |
| YUV | 83.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 14 | 0.30 | 0 | 0.86 | 0.60 | 80.9 | 0.76 | 0.23 |
| Hex | 48 | 67 | E | 1E | 0 | 56 | 3C | 51 | 4C | 17 |
| Octal | 110 | 147 | 16 | 36 | 0 | 126 | 74 | 121 | 114 | 27 |
| Binary | 1001000 | 1100111 | 1110 | 11110 | 0 | 1010110 | 111100 | 1010001 | 1001100 | 10111 |
Color Harmonies of #48670E
Complementary color
Monochromatic Colors of #48670E
Black with #48670E
Text Example
Text Example
White with #48670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48670E; }
p { color: rgb(72,103,14); }
H1.HeaderClassName
{
color: #48670E;
}
.AnyTagClassName
{
color: #48670E;
}
</style>
background-color css
<style>
a { background-color: #48670E; }
a { background-color: rgb(72,103,14); }
div.DivClassName
{
background-color: #48670E;
}
.BgClassName
{
background-color: #48670E;
}
</style>
border-color css
<style>
span { border-color: #48670E; }
span { border-color: rgb(72,103,14); }
td.TdClassName
{
border-color: #48670E;
}
.TagClassName
{
border-color: #48670E;
}
</style>