Shades of Verdun Green #484807
Tints of Verdun Green #484807
RGB
CMYK
RGB Variations
Color information
#484807 (or 0x484807) is known color: Verdun Green. HEX triplet: 48, 48 and 07. RGB value is (72,72,7). Sum of RGB (Red+Green+Blue) = 72+72+7=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484807 is #B7B7F8. Grayscale: #404040. Windows color (decimal): -12040185 or 477256. OLE color: 477256.
HSL color Cylindrical-coordinate representation of color #484807: hue angle of 60º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #484807 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 7 | - |
| CMYK | 0 | 0 | 0.90 | 0.72 |
| HSL | 60º | 0.82% | 0.15% | - |
| HSV(B) | 60º | 0.9% | 0.28% | - |
| XYZ | 5.03 | 6.03 | 1.1 | - |
| YUV | 64.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 7 | 0 | 0 | 0.90 | 0.72 | 60 | 0.82 | 0.15 |
| Hex | 48 | 48 | 7 | 0 | 0 | 5A | 48 | 3C | 52 | F |
| Octal | 110 | 110 | 7 | 0 | 0 | 132 | 110 | 74 | 122 | 17 |
| Binary | 1001000 | 1001000 | 111 | 0 | 0 | 1011010 | 1001000 | 111100 | 1010010 | 1111 |
Color Harmonies of #484807
Complementary color
Monochromatic Colors of #484807
Black with #484807
Text Example
Text Example
White with #484807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484807; }
p { color: rgb(72,72,7); }
H1.HeaderClassName
{
color: #484807;
}
.AnyTagClassName
{
color: #484807;
}
</style>
background-color css
<style>
a { background-color: #484807; }
a { background-color: rgb(72,72,7); }
div.DivClassName
{
background-color: #484807;
}
.BgClassName
{
background-color: #484807;
}
</style>
border-color css
<style>
span { border-color: #484807; }
span { border-color: rgb(72,72,7); }
td.TdClassName
{
border-color: #484807;
}
.TagClassName
{
border-color: #484807;
}
</style>