Shades of Verdun Green #4D6703
Tints of Verdun Green #4D6703
RGB
CMYK
RGB Variations
Color information
#4D6703 (or 0x4D6703) is known color: Verdun Green. HEX triplet: 4D, 67 and 03. RGB value is (77,103,3). Sum of RGB (Red+Green+Blue) = 77+103+3=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #4D6703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6703 is #B298FC. Grayscale: #545454. Windows color (decimal): -11704573 or 223053. OLE color: 223053.
HSL color Cylindrical-coordinate representation of color #4D6703: hue angle of 75.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D6703 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 3 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.60 |
| HSL | 75.6º | 0.94% | 0.21% | - |
| HSV(B) | 75.6º | 0.97% | 0.4% | - |
| XYZ | 7.93 | 11.28 | 1.85 | - |
| YUV | 83.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 3 | 0.25 | 0 | 0.97 | 0.60 | 75.6 | 0.94 | 0.21 |
| Hex | 4D | 67 | 3 | 19 | 0 | 61 | 3C | 4C | 5E | 15 |
| Octal | 115 | 147 | 3 | 31 | 0 | 141 | 74 | 114 | 136 | 25 |
| Binary | 1001101 | 1100111 | 11 | 11001 | 0 | 1100001 | 111100 | 1001100 | 1011110 | 10101 |
Color Harmonies of #4D6703
Complementary color
Monochromatic Colors of #4D6703
Black with #4D6703
Text Example
Text Example
White with #4D6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6703; }
p { color: rgb(77,103,3); }
H1.HeaderClassName
{
color: #4D6703;
}
.AnyTagClassName
{
color: #4D6703;
}
</style>
background-color css
<style>
a { background-color: #4D6703; }
a { background-color: rgb(77,103,3); }
div.DivClassName
{
background-color: #4D6703;
}
.BgClassName
{
background-color: #4D6703;
}
</style>
border-color css
<style>
span { border-color: #4D6703; }
span { border-color: rgb(77,103,3); }
td.TdClassName
{
border-color: #4D6703;
}
.TagClassName
{
border-color: #4D6703;
}
</style>