Shades of Verdun Green #4D5815
Tints of Verdun Green #4D5815
RGB
CMYK
RGB Variations
Color information
#4D5815 (or 0x4D5815) is known color: Verdun Green. HEX triplet: 4D, 58 and 15. RGB value is (77,88,21). Sum of RGB (Red+Green+Blue) = 77+88+21=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5815 is #B2A7EA. Grayscale: #4D4D4D. Windows color (decimal): -11708395 or 1398861. OLE color: 1398861.
HSL color Cylindrical-coordinate representation of color #4D5815: hue angle of 69.85º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D5815 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 21 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.65 |
| HSL | 69.85º | 0.61% | 0.21% | - |
| HSV(B) | 69.85º | 0.76% | 0.35% | - |
| XYZ | 6.69 | 8.61 | 2.02 | - |
| YUV | 77.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 21 | 0.12 | 0 | 0.76 | 0.65 | 69.85 | 0.61 | 0.21 |
| Hex | 4D | 58 | 15 | C | 0 | 4C | 41 | 46 | 3D | 15 |
| Octal | 115 | 130 | 25 | 14 | 0 | 114 | 101 | 106 | 75 | 25 |
| Binary | 1001101 | 1011000 | 10101 | 1100 | 0 | 1001100 | 1000001 | 1000110 | 111101 | 10101 |
Color Harmonies of #4D5815
Complementary color
Monochromatic Colors of #4D5815
Black with #4D5815
Text Example
Text Example
White with #4D5815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5815; }
p { color: rgb(77,88,21); }
H1.HeaderClassName
{
color: #4D5815;
}
.AnyTagClassName
{
color: #4D5815;
}
</style>
background-color css
<style>
a { background-color: #4D5815; }
a { background-color: rgb(77,88,21); }
div.DivClassName
{
background-color: #4D5815;
}
.BgClassName
{
background-color: #4D5815;
}
</style>
border-color css
<style>
span { border-color: #4D5815; }
span { border-color: rgb(77,88,21); }
td.TdClassName
{
border-color: #4D5815;
}
.TagClassName
{
border-color: #4D5815;
}
</style>