Shades of Verdun Green #484808
Tints of Verdun Green #484808
RGB
CMYK
RGB Variations
Color information
#484808 (or 0x484808) is known color: Verdun Green. HEX triplet: 48, 48 and 08. RGB value is (72,72,8). Sum of RGB (Red+Green+Blue) = 72+72+8=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484808 is #B7B7F7. Grayscale: #404040. Windows color (decimal): -12040184 or 542792. OLE color: 542792.
HSL color Cylindrical-coordinate representation of color #484808: hue angle of 60º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #484808 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 8 | - |
| CMYK | 0 | 0 | 0.89 | 0.72 |
| HSL | 60º | 0.8% | 0.16% | - |
| HSV(B) | 60º | 0.89% | 0.28% | - |
| XYZ | 5.03 | 6.03 | 1.13 | - |
| YUV | 64.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 8 | 0 | 0 | 0.89 | 0.72 | 60 | 0.8 | 0.16 |
| Hex | 48 | 48 | 8 | 0 | 0 | 59 | 48 | 3C | 50 | 10 |
| Octal | 110 | 110 | 10 | 0 | 0 | 131 | 110 | 74 | 120 | 20 |
| Binary | 1001000 | 1001000 | 1000 | 0 | 0 | 1011001 | 1001000 | 111100 | 1010000 | 10000 |
Color Harmonies of #484808
Complementary color
Monochromatic Colors of #484808
Black with #484808
Text Example
Text Example
White with #484808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484808; }
p { color: rgb(72,72,8); }
H1.HeaderClassName
{
color: #484808;
}
.AnyTagClassName
{
color: #484808;
}
</style>
background-color css
<style>
a { background-color: #484808; }
a { background-color: rgb(72,72,8); }
div.DivClassName
{
background-color: #484808;
}
.BgClassName
{
background-color: #484808;
}
</style>
border-color css
<style>
span { border-color: #484808; }
span { border-color: rgb(72,72,8); }
td.TdClassName
{
border-color: #484808;
}
.TagClassName
{
border-color: #484808;
}
</style>