Shades of Verdun Green #484800
Tints of Verdun Green #484800
RGB
CMYK
RGB Variations
Color information
#484800 (or 0x484800) is known color: Verdun Green. HEX triplet: 48, 48 and 00. RGB value is (72,72,0). Sum of RGB (Red+Green+Blue) = 72+72+0=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484800 is #B7B7FF. Grayscale: #404040. Windows color (decimal): -12040192 or 18504. OLE color: 18504.
HSL color Cylindrical-coordinate representation of color #484800: hue angle of 60º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #484800 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.72 |
| HSL | 60º | 1% | 0.14% | - |
| HSV(B) | 60º | 1% | 0.28% | - |
| XYZ | 4.99 | 6.01 | 0.9 | - |
| YUV | 63.79 | 92 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 0 | 0 | 0 | 1 | 0.72 | 60 | 1 | 0.14 |
| Hex | 48 | 48 | 0 | 0 | 0 | 64 | 48 | 3C | 64 | E |
| Octal | 110 | 110 | 0 | 0 | 0 | 144 | 110 | 74 | 144 | 16 |
| Binary | 1001000 | 1001000 | 0 | 0 | 0 | 1100100 | 1001000 | 111100 | 1100100 | 1110 |
Color Harmonies of #484800
Complementary color
Monochromatic Colors of #484800
Black with #484800
Text Example
Text Example
White with #484800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484800; }
p { color: rgb(72,72,0); }
H1.HeaderClassName
{
color: #484800;
}
.AnyTagClassName
{
color: #484800;
}
</style>
background-color css
<style>
a { background-color: #484800; }
a { background-color: rgb(72,72,0); }
div.DivClassName
{
background-color: #484800;
}
.BgClassName
{
background-color: #484800;
}
</style>
border-color css
<style>
span { border-color: #484800; }
span { border-color: rgb(72,72,0); }
td.TdClassName
{
border-color: #484800;
}
.TagClassName
{
border-color: #484800;
}
</style>