Shades of Verdun Green #4D5F18
Tints of Verdun Green #4D5F18
RGB
CMYK
RGB Variations
Color information
#4D5F18 (or 0x4D5F18) is known color: Verdun Green. HEX triplet: 4D, 5F and 18. RGB value is (77,95,24). Sum of RGB (Red+Green+Blue) = 77+95+24=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5F18 is #B2A0E7. Grayscale: #515151. Windows color (decimal): -11706600 or 1597261. OLE color: 1597261.
HSL color Cylindrical-coordinate representation of color #4D5F18: hue angle of 75.21º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D5F18 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 95 | 24 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.63 |
| HSL | 75.21º | 0.6% | 0.23% | - |
| HSV(B) | 75.21º | 0.75% | 0.37% | - |
| XYZ | 7.32 | 9.83 | 2.38 | - |
| YUV | 81.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 24 | 0.19 | 0 | 0.75 | 0.63 | 75.21 | 0.6 | 0.23 |
| Hex | 4D | 5F | 18 | 13 | 0 | 4B | 3F | 4B | 3C | 17 |
| Octal | 115 | 137 | 30 | 23 | 0 | 113 | 77 | 113 | 74 | 27 |
| Binary | 1001101 | 1011111 | 11000 | 10011 | 0 | 1001011 | 111111 | 1001011 | 111100 | 10111 |
Color Harmonies of #4D5F18
Complementary color
Monochromatic Colors of #4D5F18
Black with #4D5F18
Text Example
Text Example
White with #4D5F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F18; }
p { color: rgb(77,95,24); }
H1.HeaderClassName
{
color: #4D5F18;
}
.AnyTagClassName
{
color: #4D5F18;
}
</style>
background-color css
<style>
a { background-color: #4D5F18; }
a { background-color: rgb(77,95,24); }
div.DivClassName
{
background-color: #4D5F18;
}
.BgClassName
{
background-color: #4D5F18;
}
</style>
border-color css
<style>
span { border-color: #4D5F18; }
span { border-color: rgb(77,95,24); }
td.TdClassName
{
border-color: #4D5F18;
}
.TagClassName
{
border-color: #4D5F18;
}
</style>