Shades of Verdun Green #484D13
Tints of Verdun Green #484D13
RGB
CMYK
RGB Variations
Color information
#484D13 (or 0x484D13) is known color: Verdun Green. HEX triplet: 48, 4D and 13. RGB value is (72,77,19). Sum of RGB (Red+Green+Blue) = 72+77+19=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #484D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D13 is #B7B2EC. Grayscale: #454545. Windows color (decimal): -12038893 or 1264968. OLE color: 1264968.
HSL color Cylindrical-coordinate representation of color #484D13: hue angle of 65.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #484D13 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 19 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.70 |
| HSL | 65.17º | 0.6% | 0.19% | - |
| HSV(B) | 65.17º | 0.75% | 0.3% | - |
| XYZ | 5.44 | 6.73 | 1.63 | - |
| YUV | 68.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 19 | 0.06 | 0 | 0.75 | 0.70 | 65.17 | 0.6 | 0.19 |
| Hex | 48 | 4D | 13 | 6 | 0 | 4B | 46 | 41 | 3C | 13 |
| Octal | 110 | 115 | 23 | 6 | 0 | 113 | 106 | 101 | 74 | 23 |
| Binary | 1001000 | 1001101 | 10011 | 110 | 0 | 1001011 | 1000110 | 1000001 | 111100 | 10011 |
Color Harmonies of #484D13
Complementary color
Monochromatic Colors of #484D13
Black with #484D13
Text Example
Text Example
White with #484D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D13; }
p { color: rgb(72,77,19); }
H1.HeaderClassName
{
color: #484D13;
}
.AnyTagClassName
{
color: #484D13;
}
</style>
background-color css
<style>
a { background-color: #484D13; }
a { background-color: rgb(72,77,19); }
div.DivClassName
{
background-color: #484D13;
}
.BgClassName
{
background-color: #484D13;
}
</style>
border-color css
<style>
span { border-color: #484D13; }
span { border-color: rgb(72,77,19); }
td.TdClassName
{
border-color: #484D13;
}
.TagClassName
{
border-color: #484D13;
}
</style>