Shades of Verdun Green #4D5817
Tints of Verdun Green #4D5817
RGB
CMYK
RGB Variations
Color information
#4D5817 (or 0x4D5817) is known color: Verdun Green. HEX triplet: 4D, 58 and 17. RGB value is (77,88,23). Sum of RGB (Red+Green+Blue) = 77+88+23=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5817 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5817 is #B2A7E8. Grayscale: #4D4D4D. Windows color (decimal): -11708393 or 1529933. OLE color: 1529933.
HSL color Cylindrical-coordinate representation of color #4D5817: hue angle of 70.15º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D5817 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 23 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.65 |
| HSL | 70.15º | 0.59% | 0.22% | - |
| HSV(B) | 70.15º | 0.74% | 0.35% | - |
| XYZ | 6.7 | 8.62 | 2.12 | - |
| YUV | 77.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 23 | 0.12 | 0 | 0.74 | 0.65 | 70.15 | 0.59 | 0.22 |
| Hex | 4D | 58 | 17 | C | 0 | 4A | 41 | 46 | 3B | 16 |
| Octal | 115 | 130 | 27 | 14 | 0 | 112 | 101 | 106 | 73 | 26 |
| Binary | 1001101 | 1011000 | 10111 | 1100 | 0 | 1001010 | 1000001 | 1000110 | 111011 | 10110 |
Color Harmonies of #4D5817
Complementary color
Monochromatic Colors of #4D5817
Black with #4D5817
Text Example
Text Example
White with #4D5817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5817; }
p { color: rgb(77,88,23); }
H1.HeaderClassName
{
color: #4D5817;
}
.AnyTagClassName
{
color: #4D5817;
}
</style>
background-color css
<style>
a { background-color: #4D5817; }
a { background-color: rgb(77,88,23); }
div.DivClassName
{
background-color: #4D5817;
}
.BgClassName
{
background-color: #4D5817;
}
</style>
border-color css
<style>
span { border-color: #4D5817; }
span { border-color: rgb(77,88,23); }
td.TdClassName
{
border-color: #4D5817;
}
.TagClassName
{
border-color: #4D5817;
}
</style>