Shades of Verdun Green #4D5306
Tints of Verdun Green #4D5306
RGB
CMYK
RGB Variations
Color information
#4D5306 (or 0x4D5306) is known color: Verdun Green. HEX triplet: 4D, 53 and 06. RGB value is (77,83,6). Sum of RGB (Red+Green+Blue) = 77+83+6=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5306 is #B2ACF9. Grayscale: #484848. Windows color (decimal): -11709690 or 414541. OLE color: 414541.
HSL color Cylindrical-coordinate representation of color #4D5306: hue angle of 64.68º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D5306 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 6 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.67 |
| HSL | 64.68º | 0.87% | 0.17% | - |
| HSV(B) | 64.68º | 0.93% | 0.33% | - |
| XYZ | 6.19 | 7.78 | 1.35 | - |
| YUV | 72.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 6 | 0.07 | 0 | 0.93 | 0.67 | 64.68 | 0.87 | 0.17 |
| Hex | 4D | 53 | 6 | 7 | 0 | 5D | 43 | 41 | 57 | 11 |
| Octal | 115 | 123 | 6 | 7 | 0 | 135 | 103 | 101 | 127 | 21 |
| Binary | 1001101 | 1010011 | 110 | 111 | 0 | 1011101 | 1000011 | 1000001 | 1010111 | 10001 |
Color Harmonies of #4D5306
Complementary color
Monochromatic Colors of #4D5306
Black with #4D5306
Text Example
Text Example
White with #4D5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5306; }
p { color: rgb(77,83,6); }
H1.HeaderClassName
{
color: #4D5306;
}
.AnyTagClassName
{
color: #4D5306;
}
</style>
background-color css
<style>
a { background-color: #4D5306; }
a { background-color: rgb(77,83,6); }
div.DivClassName
{
background-color: #4D5306;
}
.BgClassName
{
background-color: #4D5306;
}
</style>
border-color css
<style>
span { border-color: #4D5306; }
span { border-color: rgb(77,83,6); }
td.TdClassName
{
border-color: #4D5306;
}
.TagClassName
{
border-color: #4D5306;
}
</style>