Shades of Verdun Green #4D5810
Tints of Verdun Green #4D5810
RGB
CMYK
RGB Variations
Color information
#4D5810 (or 0x4D5810) is known color: Verdun Green. HEX triplet: 4D, 58 and 10. RGB value is (77,88,16). Sum of RGB (Red+Green+Blue) = 77+88+16=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5810 is #B2A7EF. Grayscale: #4C4C4C. Windows color (decimal): -11708400 or 1071181. OLE color: 1071181.
HSL color Cylindrical-coordinate representation of color #4D5810: hue angle of 69.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D5810 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 16 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.65 |
| HSL | 69.17º | 0.69% | 0.2% | - |
| HSV(B) | 69.17º | 0.82% | 0.35% | - |
| XYZ | 6.64 | 8.59 | 1.8 | - |
| YUV | 76.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 16 | 0.12 | 0 | 0.82 | 0.65 | 69.17 | 0.69 | 0.2 |
| Hex | 4D | 58 | 10 | C | 0 | 52 | 41 | 45 | 45 | 14 |
| Octal | 115 | 130 | 20 | 14 | 0 | 122 | 101 | 105 | 105 | 24 |
| Binary | 1001101 | 1011000 | 10000 | 1100 | 0 | 1010010 | 1000001 | 1000101 | 1000101 | 10100 |
Color Harmonies of #4D5810
Complementary color
Monochromatic Colors of #4D5810
Black with #4D5810
Text Example
Text Example
White with #4D5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5810; }
p { color: rgb(77,88,16); }
H1.HeaderClassName
{
color: #4D5810;
}
.AnyTagClassName
{
color: #4D5810;
}
</style>
background-color css
<style>
a { background-color: #4D5810; }
a { background-color: rgb(77,88,16); }
div.DivClassName
{
background-color: #4D5810;
}
.BgClassName
{
background-color: #4D5810;
}
</style>
border-color css
<style>
span { border-color: #4D5810; }
span { border-color: rgb(77,88,16); }
td.TdClassName
{
border-color: #4D5810;
}
.TagClassName
{
border-color: #4D5810;
}
</style>