Shades of Verdun Green #4D5303
Tints of Verdun Green #4D5303
RGB
CMYK
RGB Variations
Color information
#4D5303 (or 0x4D5303) is known color: Verdun Green. HEX triplet: 4D, 53 and 03. RGB value is (77,83,3). Sum of RGB (Red+Green+Blue) = 77+83+3=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5303 is #B2ACFC. Grayscale: #484848. Windows color (decimal): -11709693 or 217933. OLE color: 217933.
HSL color Cylindrical-coordinate representation of color #4D5303: hue angle of 64.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D5303 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 3 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.67 |
| HSL | 64.5º | 0.93% | 0.17% | - |
| HSV(B) | 64.5º | 0.96% | 0.33% | - |
| XYZ | 6.17 | 7.77 | 1.26 | - |
| YUV | 72.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 3 | 0.07 | 0 | 0.96 | 0.67 | 64.5 | 0.93 | 0.17 |
| Hex | 4D | 53 | 3 | 7 | 0 | 60 | 43 | 40 | 5D | 11 |
| Octal | 115 | 123 | 3 | 7 | 0 | 140 | 103 | 100 | 135 | 21 |
| Binary | 1001101 | 1010011 | 11 | 111 | 0 | 1100000 | 1000011 | 1000000 | 1011101 | 10001 |
Color Harmonies of #4D5303
Complementary color
Monochromatic Colors of #4D5303
Black with #4D5303
Text Example
Text Example
White with #4D5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5303; }
p { color: rgb(77,83,3); }
H1.HeaderClassName
{
color: #4D5303;
}
.AnyTagClassName
{
color: #4D5303;
}
</style>
background-color css
<style>
a { background-color: #4D5303; }
a { background-color: rgb(77,83,3); }
div.DivClassName
{
background-color: #4D5303;
}
.BgClassName
{
background-color: #4D5303;
}
</style>
border-color css
<style>
span { border-color: #4D5303; }
span { border-color: rgb(77,83,3); }
td.TdClassName
{
border-color: #4D5303;
}
.TagClassName
{
border-color: #4D5303;
}
</style>