Shades of Verdun Green #4D5F1F
Tints of Verdun Green #4D5F1F
RGB
CMYK
RGB Variations
Color information
#4D5F1F (or 0x4D5F1F) is known color: Verdun Green. HEX triplet: 4D, 5F and 1F. RGB value is (77,95,31). Sum of RGB (Red+Green+Blue) = 77+95+31=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5F1F is #B2A0E0. Grayscale: #525252. Windows color (decimal): -11706593 or 2056013. OLE color: 2056013.
HSL color Cylindrical-coordinate representation of color #4D5F1F: hue angle of 76.88º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D5F1F is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 95 | 31 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.63 |
| HSL | 76.88º | 0.51% | 0.25% | - |
| HSV(B) | 76.88º | 0.67% | 0.37% | - |
| XYZ | 7.4 | 9.86 | 2.81 | - |
| YUV | 82.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 31 | 0.19 | 0 | 0.67 | 0.63 | 76.88 | 0.51 | 0.25 |
| Hex | 4D | 5F | 1F | 13 | 0 | 43 | 3F | 4D | 33 | 19 |
| Octal | 115 | 137 | 37 | 23 | 0 | 103 | 77 | 115 | 63 | 31 |
| Binary | 1001101 | 1011111 | 11111 | 10011 | 0 | 1000011 | 111111 | 1001101 | 110011 | 11001 |
Color Harmonies of #4D5F1F
Complementary color
Monochromatic Colors of #4D5F1F
Black with #4D5F1F
Text Example
Text Example
White with #4D5F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F1F; }
p { color: rgb(77,95,31); }
H1.HeaderClassName
{
color: #4D5F1F;
}
.AnyTagClassName
{
color: #4D5F1F;
}
</style>
background-color css
<style>
a { background-color: #4D5F1F; }
a { background-color: rgb(77,95,31); }
div.DivClassName
{
background-color: #4D5F1F;
}
.BgClassName
{
background-color: #4D5F1F;
}
</style>
border-color css
<style>
span { border-color: #4D5F1F; }
span { border-color: rgb(77,95,31); }
td.TdClassName
{
border-color: #4D5F1F;
}
.TagClassName
{
border-color: #4D5F1F;
}
</style>