Shades of Verdun Green #484801
Tints of Verdun Green #484801
RGB
CMYK
RGB Variations
Color information
#484801 (or 0x484801) is known color: Verdun Green. HEX triplet: 48, 48 and 01. RGB value is (72,72,1). Sum of RGB (Red+Green+Blue) = 72+72+1=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484801 is #B7B7FE. Grayscale: #404040. Windows color (decimal): -12040191 or 84040. OLE color: 84040.
HSL color Cylindrical-coordinate representation of color #484801: hue angle of 60º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #484801 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.72 |
| HSL | 60º | 0.97% | 0.14% | - |
| HSV(B) | 60º | 0.99% | 0.28% | - |
| XYZ | 5 | 6.01 | 0.93 | - |
| YUV | 63.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 1 | 0 | 0 | 0.99 | 0.72 | 60 | 0.97 | 0.14 |
| Hex | 48 | 48 | 1 | 0 | 0 | 63 | 48 | 3C | 61 | E |
| Octal | 110 | 110 | 1 | 0 | 0 | 143 | 110 | 74 | 141 | 16 |
| Binary | 1001000 | 1001000 | 1 | 0 | 0 | 1100011 | 1001000 | 111100 | 1100001 | 1110 |
Color Harmonies of #484801
Complementary color
Monochromatic Colors of #484801
Black with #484801
Text Example
Text Example
White with #484801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484801; }
p { color: rgb(72,72,1); }
H1.HeaderClassName
{
color: #484801;
}
.AnyTagClassName
{
color: #484801;
}
</style>
background-color css
<style>
a { background-color: #484801; }
a { background-color: rgb(72,72,1); }
div.DivClassName
{
background-color: #484801;
}
.BgClassName
{
background-color: #484801;
}
</style>
border-color css
<style>
span { border-color: #484801; }
span { border-color: rgb(72,72,1); }
td.TdClassName
{
border-color: #484801;
}
.TagClassName
{
border-color: #484801;
}
</style>