Shades of Verdun Green #4D601D
Tints of Verdun Green #4D601D
RGB
CMYK
RGB Variations
Color information
#4D601D (or 0x4D601D) is known color: Verdun Green. HEX triplet: 4D, 60 and 1D. RGB value is (77,96,29). Sum of RGB (Red+Green+Blue) = 77+96+29=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #4D601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D601D is #B29FE2. Grayscale: #525252. Windows color (decimal): -11706339 or 1925197. OLE color: 1925197.
HSL color Cylindrical-coordinate representation of color #4D601D: hue angle of 77.01º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D601D is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 29 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.62 |
| HSL | 77.01º | 0.54% | 0.25% | - |
| HSV(B) | 77.01º | 0.7% | 0.38% | - |
| XYZ | 7.47 | 10.03 | 2.71 | - |
| YUV | 82.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 29 | 0.20 | 0 | 0.70 | 0.62 | 77.01 | 0.54 | 0.25 |
| Hex | 4D | 60 | 1D | 14 | 0 | 46 | 3E | 4D | 36 | 19 |
| Octal | 115 | 140 | 35 | 24 | 0 | 106 | 76 | 115 | 66 | 31 |
| Binary | 1001101 | 1100000 | 11101 | 10100 | 0 | 1000110 | 111110 | 1001101 | 110110 | 11001 |
Color Harmonies of #4D601D
Complementary color
Monochromatic Colors of #4D601D
Black with #4D601D
Text Example
Text Example
White with #4D601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D601D; }
p { color: rgb(77,96,29); }
H1.HeaderClassName
{
color: #4D601D;
}
.AnyTagClassName
{
color: #4D601D;
}
</style>
background-color css
<style>
a { background-color: #4D601D; }
a { background-color: rgb(77,96,29); }
div.DivClassName
{
background-color: #4D601D;
}
.BgClassName
{
background-color: #4D601D;
}
</style>
border-color css
<style>
span { border-color: #4D601D; }
span { border-color: rgb(77,96,29); }
td.TdClassName
{
border-color: #4D601D;
}
.TagClassName
{
border-color: #4D601D;
}
</style>