Shades of Verdun Green #484804
Tints of Verdun Green #484804
RGB
CMYK
RGB Variations
Color information
#484804 (or 0x484804) is known color: Verdun Green. HEX triplet: 48, 48 and 04. RGB value is (72,72,4). Sum of RGB (Red+Green+Blue) = 72+72+4=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484804 is #B7B7FB. Grayscale: #404040. Windows color (decimal): -12040188 or 280648. OLE color: 280648.
HSL color Cylindrical-coordinate representation of color #484804: hue angle of 60º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #484804 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 4 | - |
| CMYK | 0 | 0 | 0.94 | 0.72 |
| HSL | 60º | 0.89% | 0.15% | - |
| HSV(B) | 60º | 0.94% | 0.28% | - |
| XYZ | 5.01 | 6.02 | 1.01 | - |
| YUV | 64.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 4 | 0 | 0 | 0.94 | 0.72 | 60 | 0.89 | 0.15 |
| Hex | 48 | 48 | 4 | 0 | 0 | 5E | 48 | 3C | 59 | F |
| Octal | 110 | 110 | 4 | 0 | 0 | 136 | 110 | 74 | 131 | 17 |
| Binary | 1001000 | 1001000 | 100 | 0 | 0 | 1011110 | 1001000 | 111100 | 1011001 | 1111 |
Color Harmonies of #484804
Complementary color
Monochromatic Colors of #484804
Black with #484804
Text Example
Text Example
White with #484804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484804; }
p { color: rgb(72,72,4); }
H1.HeaderClassName
{
color: #484804;
}
.AnyTagClassName
{
color: #484804;
}
</style>
background-color css
<style>
a { background-color: #484804; }
a { background-color: rgb(72,72,4); }
div.DivClassName
{
background-color: #484804;
}
.BgClassName
{
background-color: #484804;
}
</style>
border-color css
<style>
span { border-color: #484804; }
span { border-color: rgb(72,72,4); }
td.TdClassName
{
border-color: #484804;
}
.TagClassName
{
border-color: #484804;
}
</style>