Shades of Verdun Green #4D5813
Tints of Verdun Green #4D5813
RGB
CMYK
RGB Variations
Color information
#4D5813 (or 0x4D5813) is known color: Verdun Green. HEX triplet: 4D, 58 and 13. RGB value is (77,88,19). Sum of RGB (Red+Green+Blue) = 77+88+19=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5813 is #B2A7EC. Grayscale: #4D4D4D. Windows color (decimal): -11708397 or 1267789. OLE color: 1267789.
HSL color Cylindrical-coordinate representation of color #4D5813: hue angle of 69.57º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D5813 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 19 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.65 |
| HSL | 69.57º | 0.64% | 0.21% | - |
| HSV(B) | 69.57º | 0.78% | 0.35% | - |
| XYZ | 6.67 | 8.6 | 1.93 | - |
| YUV | 76.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 19 | 0.12 | 0 | 0.78 | 0.65 | 69.57 | 0.64 | 0.21 |
| Hex | 4D | 58 | 13 | C | 0 | 4E | 41 | 46 | 40 | 15 |
| Octal | 115 | 130 | 23 | 14 | 0 | 116 | 101 | 106 | 100 | 25 |
| Binary | 1001101 | 1011000 | 10011 | 1100 | 0 | 1001110 | 1000001 | 1000110 | 1000000 | 10101 |
Color Harmonies of #4D5813
Complementary color
Monochromatic Colors of #4D5813
Black with #4D5813
Text Example
Text Example
White with #4D5813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5813; }
p { color: rgb(77,88,19); }
H1.HeaderClassName
{
color: #4D5813;
}
.AnyTagClassName
{
color: #4D5813;
}
</style>
background-color css
<style>
a { background-color: #4D5813; }
a { background-color: rgb(77,88,19); }
div.DivClassName
{
background-color: #4D5813;
}
.BgClassName
{
background-color: #4D5813;
}
</style>
border-color css
<style>
span { border-color: #4D5813; }
span { border-color: rgb(77,88,19); }
td.TdClassName
{
border-color: #4D5813;
}
.TagClassName
{
border-color: #4D5813;
}
</style>