Shades of Verdun Green #4D5814
Tints of Verdun Green #4D5814
RGB
CMYK
RGB Variations
Color information
#4D5814 (or 0x4D5814) is known color: Verdun Green. HEX triplet: 4D, 58 and 14. RGB value is (77,88,20). Sum of RGB (Red+Green+Blue) = 77+88+20=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5814 is #B2A7EB. Grayscale: #4D4D4D. Windows color (decimal): -11708396 or 1333325. OLE color: 1333325.
HSL color Cylindrical-coordinate representation of color #4D5814: hue angle of 69.71º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D5814 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 20 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.65 |
| HSL | 69.71º | 0.63% | 0.21% | - |
| HSV(B) | 69.71º | 0.77% | 0.35% | - |
| XYZ | 6.68 | 8.61 | 1.97 | - |
| YUV | 76.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 20 | 0.12 | 0 | 0.77 | 0.65 | 69.71 | 0.63 | 0.21 |
| Hex | 4D | 58 | 14 | C | 0 | 4D | 41 | 46 | 3F | 15 |
| Octal | 115 | 130 | 24 | 14 | 0 | 115 | 101 | 106 | 77 | 25 |
| Binary | 1001101 | 1011000 | 10100 | 1100 | 0 | 1001101 | 1000001 | 1000110 | 111111 | 10101 |
Color Harmonies of #4D5814
Complementary color
Monochromatic Colors of #4D5814
Black with #4D5814
Text Example
Text Example
White with #4D5814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5814; }
p { color: rgb(77,88,20); }
H1.HeaderClassName
{
color: #4D5814;
}
.AnyTagClassName
{
color: #4D5814;
}
</style>
background-color css
<style>
a { background-color: #4D5814; }
a { background-color: rgb(77,88,20); }
div.DivClassName
{
background-color: #4D5814;
}
.BgClassName
{
background-color: #4D5814;
}
</style>
border-color css
<style>
span { border-color: #4D5814; }
span { border-color: rgb(77,88,20); }
td.TdClassName
{
border-color: #4D5814;
}
.TagClassName
{
border-color: #4D5814;
}
</style>