Shades of Verdun Green #4D6314
Tints of Verdun Green #4D6314
RGB
CMYK
RGB Variations
Color information
#4D6314 (or 0x4D6314) is known color: Verdun Green. HEX triplet: 4D, 63 and 14. RGB value is (77,99,20). Sum of RGB (Red+Green+Blue) = 77+99+20=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6314 is #B29CEB. Grayscale: #535353. Windows color (decimal): -11705580 or 1336141. OLE color: 1336141.
HSL color Cylindrical-coordinate representation of color #4D6314: hue angle of 76.71º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D6314 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 20 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.61 |
| HSL | 76.71º | 0.66% | 0.23% | - |
| HSV(B) | 76.71º | 0.8% | 0.39% | - |
| XYZ | 7.65 | 10.55 | 2.3 | - |
| YUV | 83.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 20 | 0.22 | 0 | 0.80 | 0.61 | 76.71 | 0.66 | 0.23 |
| Hex | 4D | 63 | 14 | 16 | 0 | 50 | 3D | 4D | 42 | 17 |
| Octal | 115 | 143 | 24 | 26 | 0 | 120 | 75 | 115 | 102 | 27 |
| Binary | 1001101 | 1100011 | 10100 | 10110 | 0 | 1010000 | 111101 | 1001101 | 1000010 | 10111 |
Color Harmonies of #4D6314
Complementary color
Monochromatic Colors of #4D6314
Black with #4D6314
Text Example
Text Example
White with #4D6314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6314; }
p { color: rgb(77,99,20); }
H1.HeaderClassName
{
color: #4D6314;
}
.AnyTagClassName
{
color: #4D6314;
}
</style>
background-color css
<style>
a { background-color: #4D6314; }
a { background-color: rgb(77,99,20); }
div.DivClassName
{
background-color: #4D6314;
}
.BgClassName
{
background-color: #4D6314;
}
</style>
border-color css
<style>
span { border-color: #4D6314; }
span { border-color: rgb(77,99,20); }
td.TdClassName
{
border-color: #4D6314;
}
.TagClassName
{
border-color: #4D6314;
}
</style>