Shades of Verdun Green #4D4C0E
Tints of Verdun Green #4D4C0E
RGB
CMYK
RGB Variations
Color information
#4D4C0E (or 0x4D4C0E) is known color: Verdun Green. HEX triplet: 4D, 4C and 0E. RGB value is (77,76,14). Sum of RGB (Red+Green+Blue) = 77+76+14=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4C0E is #B2B3F1. Grayscale: #454545. Windows color (decimal): -11711474 or 937037. OLE color: 937037.
HSL color Cylindrical-coordinate representation of color #4D4C0E: hue angle of 59.05º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D4C0E is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 76 | 14 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.70 |
| HSL | 59.05º | 0.69% | 0.18% | - |
| HSV(B) | 59.05º | 0.82% | 0.3% | - |
| XYZ | 5.72 | 6.78 | 1.42 | - |
| YUV | 69.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 14 | 0 | 0.01 | 0.82 | 0.70 | 59.05 | 0.69 | 0.18 |
| Hex | 4D | 4C | E | 0 | 1 | 52 | 46 | 3B | 45 | 12 |
| Octal | 115 | 114 | 16 | 0 | 1 | 122 | 106 | 73 | 105 | 22 |
| Binary | 1001101 | 1001100 | 1110 | 0 | 1 | 1010010 | 1000110 | 111011 | 1000101 | 10010 |
Color Harmonies of #4D4C0E
Complementary color
Monochromatic Colors of #4D4C0E
Black with #4D4C0E
Text Example
Text Example
White with #4D4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C0E; }
p { color: rgb(77,76,14); }
H1.HeaderClassName
{
color: #4D4C0E;
}
.AnyTagClassName
{
color: #4D4C0E;
}
</style>
background-color css
<style>
a { background-color: #4D4C0E; }
a { background-color: rgb(77,76,14); }
div.DivClassName
{
background-color: #4D4C0E;
}
.BgClassName
{
background-color: #4D4C0E;
}
</style>
border-color css
<style>
span { border-color: #4D4C0E; }
span { border-color: rgb(77,76,14); }
td.TdClassName
{
border-color: #4D4C0E;
}
.TagClassName
{
border-color: #4D4C0E;
}
</style>