Shades of Verdun Green #48510A
Tints of Verdun Green #48510A
RGB
CMYK
RGB Variations
Color information
#48510A (or 0x48510A) is known color: Verdun Green. HEX triplet: 48, 51 and 0A. RGB value is (72,81,10). Sum of RGB (Red+Green+Blue) = 72+81+10=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #48510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48510A is #B7AEF5. Grayscale: #464646. Windows color (decimal): -12037878 or 676168. OLE color: 676168.
HSL color Cylindrical-coordinate representation of color #48510A: hue angle of 67.61º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48510A is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 10 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.68 |
| HSL | 67.61º | 0.78% | 0.18% | - |
| HSV(B) | 67.61º | 0.88% | 0.32% | - |
| XYZ | 5.67 | 7.28 | 1.39 | - |
| YUV | 70.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 10 | 0.11 | 0 | 0.88 | 0.68 | 67.61 | 0.78 | 0.18 |
| Hex | 48 | 51 | A | B | 0 | 58 | 44 | 44 | 4E | 12 |
| Octal | 110 | 121 | 12 | 13 | 0 | 130 | 104 | 104 | 116 | 22 |
| Binary | 1001000 | 1010001 | 1010 | 1011 | 0 | 1011000 | 1000100 | 1000100 | 1001110 | 10010 |
Color Harmonies of #48510A
Complementary color
Monochromatic Colors of #48510A
Black with #48510A
Text Example
Text Example
White with #48510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48510A; }
p { color: rgb(72,81,10); }
H1.HeaderClassName
{
color: #48510A;
}
.AnyTagClassName
{
color: #48510A;
}
</style>
background-color css
<style>
a { background-color: #48510A; }
a { background-color: rgb(72,81,10); }
div.DivClassName
{
background-color: #48510A;
}
.BgClassName
{
background-color: #48510A;
}
</style>
border-color css
<style>
span { border-color: #48510A; }
span { border-color: rgb(72,81,10); }
td.TdClassName
{
border-color: #48510A;
}
.TagClassName
{
border-color: #48510A;
}
</style>