Shades of Verdun Green #4D4B03
Tints of Verdun Green #4D4B03
RGB
CMYK
RGB Variations
Color information
#4D4B03 (or 0x4D4B03) is known color: Verdun Green. HEX triplet: 4D, 4B and 03. RGB value is (77,75,3). Sum of RGB (Red+Green+Blue) = 77+75+3=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4B03 is #B2B4FC. Grayscale: #434343. Windows color (decimal): -11711741 or 215885. OLE color: 215885.
HSL color Cylindrical-coordinate representation of color #4D4B03: hue angle of 58.38º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D4B03 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 3 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.70 |
| HSL | 58.38º | 0.93% | 0.16% | - |
| HSV(B) | 58.38º | 0.96% | 0.3% | - |
| XYZ | 5.59 | 6.62 | 1.07 | - |
| YUV | 67.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 3 | 0 | 0.03 | 0.96 | 0.70 | 58.38 | 0.93 | 0.16 |
| Hex | 4D | 4B | 3 | 0 | 3 | 60 | 46 | 3A | 5C | 10 |
| Octal | 115 | 113 | 3 | 0 | 3 | 140 | 106 | 72 | 134 | 20 |
| Binary | 1001101 | 1001011 | 11 | 0 | 11 | 1100000 | 1000110 | 111010 | 1011100 | 10000 |
Color Harmonies of #4D4B03
Complementary color
Monochromatic Colors of #4D4B03
Black with #4D4B03
Text Example
Text Example
White with #4D4B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B03; }
p { color: rgb(77,75,3); }
H1.HeaderClassName
{
color: #4D4B03;
}
.AnyTagClassName
{
color: #4D4B03;
}
</style>
background-color css
<style>
a { background-color: #4D4B03; }
a { background-color: rgb(77,75,3); }
div.DivClassName
{
background-color: #4D4B03;
}
.BgClassName
{
background-color: #4D4B03;
}
</style>
border-color css
<style>
span { border-color: #4D4B03; }
span { border-color: rgb(77,75,3); }
td.TdClassName
{
border-color: #4D4B03;
}
.TagClassName
{
border-color: #4D4B03;
}
</style>