Shades of Verdun Green #484813
Tints of Verdun Green #484813
RGB
CMYK
RGB Variations
Color information
#484813 (or 0x484813) is known color: Verdun Green. HEX triplet: 48, 48 and 13. RGB value is (72,72,19). Sum of RGB (Red+Green+Blue) = 72+72+19=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484813 is #B7B7EC. Grayscale: #424242. Windows color (decimal): -12040173 or 1263688. OLE color: 1263688.
HSL color Cylindrical-coordinate representation of color #484813: hue angle of 60º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #484813 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 19 | - |
| CMYK | 0 | 0 | 0.74 | 0.72 |
| HSL | 60º | 0.58% | 0.18% | - |
| HSV(B) | 60º | 0.74% | 0.28% | - |
| XYZ | 5.11 | 6.06 | 1.52 | - |
| YUV | 65.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 19 | 0 | 0 | 0.74 | 0.72 | 60 | 0.58 | 0.18 |
| Hex | 48 | 48 | 13 | 0 | 0 | 4A | 48 | 3C | 3A | 12 |
| Octal | 110 | 110 | 23 | 0 | 0 | 112 | 110 | 74 | 72 | 22 |
| Binary | 1001000 | 1001000 | 10011 | 0 | 0 | 1001010 | 1001000 | 111100 | 111010 | 10010 |
Color Harmonies of #484813
Complementary color
Monochromatic Colors of #484813
Black with #484813
Text Example
Text Example
White with #484813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484813; }
p { color: rgb(72,72,19); }
H1.HeaderClassName
{
color: #484813;
}
.AnyTagClassName
{
color: #484813;
}
</style>
background-color css
<style>
a { background-color: #484813; }
a { background-color: rgb(72,72,19); }
div.DivClassName
{
background-color: #484813;
}
.BgClassName
{
background-color: #484813;
}
</style>
border-color css
<style>
span { border-color: #484813; }
span { border-color: rgb(72,72,19); }
td.TdClassName
{
border-color: #484813;
}
.TagClassName
{
border-color: #484813;
}
</style>