Shades of Verdun Green #4D5A04
Tints of Verdun Green #4D5A04
RGB
CMYK
RGB Variations
Color information
#4D5A04 (or 0x4D5A04) is known color: Verdun Green. HEX triplet: 4D, 5A and 04. RGB value is (77,90,4). Sum of RGB (Red+Green+Blue) = 77+90+4=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5A04 is #B2A5FB. Grayscale: #4C4C4C. Windows color (decimal): -11707900 or 285261. OLE color: 285261.
HSL color Cylindrical-coordinate representation of color #4D5A04: hue angle of 69.07º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D5A04 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 4 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.65 |
| HSL | 69.07º | 0.91% | 0.18% | - |
| HSV(B) | 69.07º | 0.96% | 0.35% | - |
| XYZ | 6.74 | 8.9 | 1.48 | - |
| YUV | 76.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 4 | 0.14 | 0 | 0.96 | 0.65 | 69.07 | 0.91 | 0.18 |
| Hex | 4D | 5A | 4 | E | 0 | 60 | 41 | 45 | 5B | 12 |
| Octal | 115 | 132 | 4 | 16 | 0 | 140 | 101 | 105 | 133 | 22 |
| Binary | 1001101 | 1011010 | 100 | 1110 | 0 | 1100000 | 1000001 | 1000101 | 1011011 | 10010 |
Color Harmonies of #4D5A04
Complementary color
Monochromatic Colors of #4D5A04
Black with #4D5A04
Text Example
Text Example
White with #4D5A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A04; }
p { color: rgb(77,90,4); }
H1.HeaderClassName
{
color: #4D5A04;
}
.AnyTagClassName
{
color: #4D5A04;
}
</style>
background-color css
<style>
a { background-color: #4D5A04; }
a { background-color: rgb(77,90,4); }
div.DivClassName
{
background-color: #4D5A04;
}
.BgClassName
{
background-color: #4D5A04;
}
</style>
border-color css
<style>
span { border-color: #4D5A04; }
span { border-color: rgb(77,90,4); }
td.TdClassName
{
border-color: #4D5A04;
}
.TagClassName
{
border-color: #4D5A04;
}
</style>