Shades of Verdun Green #4D5A1C
Tints of Verdun Green #4D5A1C
RGB
CMYK
RGB Variations
Color information
#4D5A1C (or 0x4D5A1C) is known color: Verdun Green. HEX triplet: 4D, 5A and 1C. RGB value is (77,90,28). Sum of RGB (Red+Green+Blue) = 77+90+28=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A1C is #B2A5E3. Grayscale: #4F4F4F. Windows color (decimal): -11707876 or 1858125. OLE color: 1858125.
HSL color Cylindrical-coordinate representation of color #4D5A1C: hue angle of 72.58º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D5A1C is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 28 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.65 |
| HSL | 72.58º | 0.53% | 0.23% | - |
| HSV(B) | 72.58º | 0.69% | 0.35% | - |
| XYZ | 6.93 | 8.97 | 2.47 | - |
| YUV | 79.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 28 | 0.14 | 0 | 0.69 | 0.65 | 72.58 | 0.53 | 0.23 |
| Hex | 4D | 5A | 1C | E | 0 | 45 | 41 | 49 | 35 | 17 |
| Octal | 115 | 132 | 34 | 16 | 0 | 105 | 101 | 111 | 65 | 27 |
| Binary | 1001101 | 1011010 | 11100 | 1110 | 0 | 1000101 | 1000001 | 1001001 | 110101 | 10111 |
Color Harmonies of #4D5A1C
Complementary color
Monochromatic Colors of #4D5A1C
Black with #4D5A1C
Text Example
Text Example
White with #4D5A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A1C; }
p { color: rgb(77,90,28); }
H1.HeaderClassName
{
color: #4D5A1C;
}
.AnyTagClassName
{
color: #4D5A1C;
}
</style>
background-color css
<style>
a { background-color: #4D5A1C; }
a { background-color: rgb(77,90,28); }
div.DivClassName
{
background-color: #4D5A1C;
}
.BgClassName
{
background-color: #4D5A1C;
}
</style>
border-color css
<style>
span { border-color: #4D5A1C; }
span { border-color: rgb(77,90,28); }
td.TdClassName
{
border-color: #4D5A1C;
}
.TagClassName
{
border-color: #4D5A1C;
}
</style>