Shades of Verdun Green #48670C
Tints of Verdun Green #48670C
RGB
CMYK
RGB Variations
Color information
#48670C (or 0x48670C) is known color: Verdun Green. HEX triplet: 48, 67 and 0C. RGB value is (72,103,12). Sum of RGB (Red+Green+Blue) = 72+103+12=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #48670C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48670C is #B798F3. Grayscale: #535353. Windows color (decimal): -12032244 or 812872. OLE color: 812872.
HSL color Cylindrical-coordinate representation of color #48670C: hue angle of 80.44º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48670C is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 12 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.60 |
| HSL | 80.44º | 0.79% | 0.23% | - |
| HSV(B) | 80.44º | 0.88% | 0.4% | - |
| XYZ | 7.59 | 11.1 | 2.09 | - |
| YUV | 83.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 12 | 0.30 | 0 | 0.88 | 0.60 | 80.44 | 0.79 | 0.23 |
| Hex | 48 | 67 | C | 1E | 0 | 58 | 3C | 50 | 4F | 17 |
| Octal | 110 | 147 | 14 | 36 | 0 | 130 | 74 | 120 | 117 | 27 |
| Binary | 1001000 | 1100111 | 1100 | 11110 | 0 | 1011000 | 111100 | 1010000 | 1001111 | 10111 |
Color Harmonies of #48670C
Complementary color
Monochromatic Colors of #48670C
Black with #48670C
Text Example
Text Example
White with #48670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48670C; }
p { color: rgb(72,103,12); }
H1.HeaderClassName
{
color: #48670C;
}
.AnyTagClassName
{
color: #48670C;
}
</style>
background-color css
<style>
a { background-color: #48670C; }
a { background-color: rgb(72,103,12); }
div.DivClassName
{
background-color: #48670C;
}
.BgClassName
{
background-color: #48670C;
}
</style>
border-color css
<style>
span { border-color: #48670C; }
span { border-color: rgb(72,103,12); }
td.TdClassName
{
border-color: #48670C;
}
.TagClassName
{
border-color: #48670C;
}
</style>