Shades of Verdun Green #4D5818
Tints of Verdun Green #4D5818
RGB
CMYK
RGB Variations
Color information
#4D5818 (or 0x4D5818) is known color: Verdun Green. HEX triplet: 4D, 58 and 18. RGB value is (77,88,24). Sum of RGB (Red+Green+Blue) = 77+88+24=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5818 is #B2A7E7. Grayscale: #4D4D4D. Windows color (decimal): -11708392 or 1595469. OLE color: 1595469.
HSL color Cylindrical-coordinate representation of color #4D5818: hue angle of 70.31º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D5818 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 24 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.65 |
| HSL | 70.31º | 0.57% | 0.22% | - |
| HSV(B) | 70.31º | 0.73% | 0.35% | - |
| XYZ | 6.72 | 8.62 | 2.17 | - |
| YUV | 77.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 24 | 0.12 | 0 | 0.73 | 0.65 | 70.31 | 0.57 | 0.22 |
| Hex | 4D | 58 | 18 | C | 0 | 49 | 41 | 46 | 39 | 16 |
| Octal | 115 | 130 | 30 | 14 | 0 | 111 | 101 | 106 | 71 | 26 |
| Binary | 1001101 | 1011000 | 11000 | 1100 | 0 | 1001001 | 1000001 | 1000110 | 111001 | 10110 |
Color Harmonies of #4D5818
Complementary color
Monochromatic Colors of #4D5818
Black with #4D5818
Text Example
Text Example
White with #4D5818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5818; }
p { color: rgb(77,88,24); }
H1.HeaderClassName
{
color: #4D5818;
}
.AnyTagClassName
{
color: #4D5818;
}
</style>
background-color css
<style>
a { background-color: #4D5818; }
a { background-color: rgb(77,88,24); }
div.DivClassName
{
background-color: #4D5818;
}
.BgClassName
{
background-color: #4D5818;
}
</style>
border-color css
<style>
span { border-color: #4D5818; }
span { border-color: rgb(77,88,24); }
td.TdClassName
{
border-color: #4D5818;
}
.TagClassName
{
border-color: #4D5818;
}
</style>