Shades of Verdun Green #4D5417
Tints of Verdun Green #4D5417
RGB
CMYK
RGB Variations
Color information
#4D5417 (or 0x4D5417) is known color: Verdun Green. HEX triplet: 4D, 54 and 17. RGB value is (77,84,23). Sum of RGB (Red+Green+Blue) = 77+84+23=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5417 is #B2ABE8. Grayscale: #4B4B4B. Windows color (decimal): -11709417 or 1528909. OLE color: 1528909.
HSL color Cylindrical-coordinate representation of color #4D5417: hue angle of 66.89º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D5417 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 23 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.67 |
| HSL | 66.89º | 0.57% | 0.21% | - |
| HSV(B) | 66.89º | 0.73% | 0.33% | - |
| XYZ | 6.39 | 7.98 | 2.01 | - |
| YUV | 74.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 23 | 0.08 | 0 | 0.73 | 0.67 | 66.89 | 0.57 | 0.21 |
| Hex | 4D | 54 | 17 | 8 | 0 | 49 | 43 | 43 | 39 | 15 |
| Octal | 115 | 124 | 27 | 10 | 0 | 111 | 103 | 103 | 71 | 25 |
| Binary | 1001101 | 1010100 | 10111 | 1000 | 0 | 1001001 | 1000011 | 1000011 | 111001 | 10101 |
Color Harmonies of #4D5417
Complementary color
Monochromatic Colors of #4D5417
Black with #4D5417
Text Example
Text Example
White with #4D5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5417; }
p { color: rgb(77,84,23); }
H1.HeaderClassName
{
color: #4D5417;
}
.AnyTagClassName
{
color: #4D5417;
}
</style>
background-color css
<style>
a { background-color: #4D5417; }
a { background-color: rgb(77,84,23); }
div.DivClassName
{
background-color: #4D5417;
}
.BgClassName
{
background-color: #4D5417;
}
</style>
border-color css
<style>
span { border-color: #4D5417; }
span { border-color: rgb(77,84,23); }
td.TdClassName
{
border-color: #4D5417;
}
.TagClassName
{
border-color: #4D5417;
}
</style>