Shades of Verdun Green #4D4802
Tints of Verdun Green #4D4802
RGB
CMYK
RGB Variations
Color information
#4D4802 (or 0x4D4802) is known color: Verdun Green. HEX triplet: 4D, 48 and 02. RGB value is (77,72,2). Sum of RGB (Red+Green+Blue) = 77+72+2=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4802 is #B2B7FD. Grayscale: #414141. Windows color (decimal): -11712510 or 149581. OLE color: 149581.
HSL color Cylindrical-coordinate representation of color #4D4802: hue angle of 56º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D4802 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 2 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.70 |
| HSL | 56º | 0.95% | 0.15% | - |
| HSV(B) | 56º | 0.97% | 0.3% | - |
| XYZ | 5.39 | 6.22 | 0.97 | - |
| YUV | 65.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 2 | 0 | 0.06 | 0.97 | 0.70 | 56 | 0.95 | 0.15 |
| Hex | 4D | 48 | 2 | 0 | 6 | 61 | 46 | 38 | 5F | F |
| Octal | 115 | 110 | 2 | 0 | 6 | 141 | 106 | 70 | 137 | 17 |
| Binary | 1001101 | 1001000 | 10 | 0 | 110 | 1100001 | 1000110 | 111000 | 1011111 | 1111 |
Color Harmonies of #4D4802
Complementary color
Monochromatic Colors of #4D4802
Black with #4D4802
Text Example
Text Example
White with #4D4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4802; }
p { color: rgb(77,72,2); }
H1.HeaderClassName
{
color: #4D4802;
}
.AnyTagClassName
{
color: #4D4802;
}
</style>
background-color css
<style>
a { background-color: #4D4802; }
a { background-color: rgb(77,72,2); }
div.DivClassName
{
background-color: #4D4802;
}
.BgClassName
{
background-color: #4D4802;
}
</style>
border-color css
<style>
span { border-color: #4D4802; }
span { border-color: rgb(77,72,2); }
td.TdClassName
{
border-color: #4D4802;
}
.TagClassName
{
border-color: #4D4802;
}
</style>