Shades of Verdun Green #4D5A03
Tints of Verdun Green #4D5A03
RGB
CMYK
RGB Variations
Color information
#4D5A03 (or 0x4D5A03) is known color: Verdun Green. HEX triplet: 4D, 5A and 03. RGB value is (77,90,3). Sum of RGB (Red+Green+Blue) = 77+90+3=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5A03 is #B2A5FC. Grayscale: #4C4C4C. Windows color (decimal): -11707901 or 219725. OLE color: 219725.
HSL color Cylindrical-coordinate representation of color #4D5A03: hue angle of 68.97º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D5A03 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 3 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.65 |
| HSL | 68.97º | 0.94% | 0.18% | - |
| HSV(B) | 68.97º | 0.97% | 0.35% | - |
| XYZ | 6.73 | 8.9 | 1.45 | - |
| YUV | 76.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 3 | 0.14 | 0 | 0.97 | 0.65 | 68.97 | 0.94 | 0.18 |
| Hex | 4D | 5A | 3 | E | 0 | 61 | 41 | 45 | 5E | 12 |
| Octal | 115 | 132 | 3 | 16 | 0 | 141 | 101 | 105 | 136 | 22 |
| Binary | 1001101 | 1011010 | 11 | 1110 | 0 | 1100001 | 1000001 | 1000101 | 1011110 | 10010 |
Color Harmonies of #4D5A03
Complementary color
Monochromatic Colors of #4D5A03
Black with #4D5A03
Text Example
Text Example
White with #4D5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A03; }
p { color: rgb(77,90,3); }
H1.HeaderClassName
{
color: #4D5A03;
}
.AnyTagClassName
{
color: #4D5A03;
}
</style>
background-color css
<style>
a { background-color: #4D5A03; }
a { background-color: rgb(77,90,3); }
div.DivClassName
{
background-color: #4D5A03;
}
.BgClassName
{
background-color: #4D5A03;
}
</style>
border-color css
<style>
span { border-color: #4D5A03; }
span { border-color: rgb(77,90,3); }
td.TdClassName
{
border-color: #4D5A03;
}
.TagClassName
{
border-color: #4D5A03;
}
</style>