Shades of Verdun Green #48460C
Tints of Verdun Green #48460C
RGB
CMYK
RGB Variations
Color information
#48460C (or 0x48460C) is known color: Verdun Green. HEX triplet: 48, 46 and 0C. RGB value is (72,70,12). Sum of RGB (Red+Green+Blue) = 72+70+12=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48460C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48460C is #B7B9F3. Grayscale: #404040. Windows color (decimal): -12040692 or 804424. OLE color: 804424.
HSL color Cylindrical-coordinate representation of color #48460C: hue angle of 58º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48460C is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 12 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.72 |
| HSL | 58º | 0.71% | 0.16% | - |
| HSV(B) | 58º | 0.83% | 0.28% | - |
| XYZ | 4.93 | 5.78 | 1.2 | - |
| YUV | 63.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 12 | 0 | 0.03 | 0.83 | 0.72 | 58 | 0.71 | 0.16 |
| Hex | 48 | 46 | C | 0 | 3 | 53 | 48 | 3A | 47 | 10 |
| Octal | 110 | 106 | 14 | 0 | 3 | 123 | 110 | 72 | 107 | 20 |
| Binary | 1001000 | 1000110 | 1100 | 0 | 11 | 1010011 | 1001000 | 111010 | 1000111 | 10000 |
Color Harmonies of #48460C
Complementary color
Monochromatic Colors of #48460C
Black with #48460C
Text Example
Text Example
White with #48460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48460C; }
p { color: rgb(72,70,12); }
H1.HeaderClassName
{
color: #48460C;
}
.AnyTagClassName
{
color: #48460C;
}
</style>
background-color css
<style>
a { background-color: #48460C; }
a { background-color: rgb(72,70,12); }
div.DivClassName
{
background-color: #48460C;
}
.BgClassName
{
background-color: #48460C;
}
</style>
border-color css
<style>
span { border-color: #48460C; }
span { border-color: rgb(72,70,12); }
td.TdClassName
{
border-color: #48460C;
}
.TagClassName
{
border-color: #48460C;
}
</style>