Shades of Verdun Green #4D5406
Tints of Verdun Green #4D5406
RGB
CMYK
RGB Variations
Color information
#4D5406 (or 0x4D5406) is known color: Verdun Green. HEX triplet: 4D, 54 and 06. RGB value is (77,84,6). Sum of RGB (Red+Green+Blue) = 77+84+6=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5406 is #B2ABF9. Grayscale: #494949. Windows color (decimal): -11709434 or 414797. OLE color: 414797.
HSL color Cylindrical-coordinate representation of color #4D5406: hue angle of 65.38º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D5406 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 6 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.67 |
| HSL | 65.38º | 0.87% | 0.18% | - |
| HSV(B) | 65.38º | 0.93% | 0.33% | - |
| XYZ | 6.26 | 7.93 | 1.37 | - |
| YUV | 73.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 6 | 0.08 | 0 | 0.93 | 0.67 | 65.38 | 0.87 | 0.18 |
| Hex | 4D | 54 | 6 | 8 | 0 | 5D | 43 | 41 | 57 | 12 |
| Octal | 115 | 124 | 6 | 10 | 0 | 135 | 103 | 101 | 127 | 22 |
| Binary | 1001101 | 1010100 | 110 | 1000 | 0 | 1011101 | 1000011 | 1000001 | 1010111 | 10010 |
Color Harmonies of #4D5406
Complementary color
Monochromatic Colors of #4D5406
Black with #4D5406
Text Example
Text Example
White with #4D5406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5406; }
p { color: rgb(77,84,6); }
H1.HeaderClassName
{
color: #4D5406;
}
.AnyTagClassName
{
color: #4D5406;
}
</style>
background-color css
<style>
a { background-color: #4D5406; }
a { background-color: rgb(77,84,6); }
div.DivClassName
{
background-color: #4D5406;
}
.BgClassName
{
background-color: #4D5406;
}
</style>
border-color css
<style>
span { border-color: #4D5406; }
span { border-color: rgb(77,84,6); }
td.TdClassName
{
border-color: #4D5406;
}
.TagClassName
{
border-color: #4D5406;
}
</style>