Shades of Verdun Green #4D6B03
Tints of Verdun Green #4D6B03
RGB
CMYK
RGB Variations
Color information
#4D6B03 (or 0x4D6B03) is known color: Verdun Green. HEX triplet: 4D, 6B and 03. RGB value is (77,107,3). Sum of RGB (Red+Green+Blue) = 77+107+3=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6B03 is #B294FC. Grayscale: #565656. Windows color (decimal): -11703549 or 224077. OLE color: 224077.
HSL color Cylindrical-coordinate representation of color #4D6B03: hue angle of 77.31º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D6B03 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 3 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.58 |
| HSL | 77.31º | 0.95% | 0.22% | - |
| HSV(B) | 77.31º | 0.97% | 0.42% | - |
| XYZ | 8.33 | 12.1 | 1.98 | - |
| YUV | 86.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 3 | 0.28 | 0 | 0.97 | 0.58 | 77.31 | 0.95 | 0.22 |
| Hex | 4D | 6B | 3 | 1C | 0 | 61 | 3A | 4D | 5F | 16 |
| Octal | 115 | 153 | 3 | 34 | 0 | 141 | 72 | 115 | 137 | 26 |
| Binary | 1001101 | 1101011 | 11 | 11100 | 0 | 1100001 | 111010 | 1001101 | 1011111 | 10110 |
Color Harmonies of #4D6B03
Complementary color
Monochromatic Colors of #4D6B03
Black with #4D6B03
Text Example
Text Example
White with #4D6B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B03; }
p { color: rgb(77,107,3); }
H1.HeaderClassName
{
color: #4D6B03;
}
.AnyTagClassName
{
color: #4D6B03;
}
</style>
background-color css
<style>
a { background-color: #4D6B03; }
a { background-color: rgb(77,107,3); }
div.DivClassName
{
background-color: #4D6B03;
}
.BgClassName
{
background-color: #4D6B03;
}
</style>
border-color css
<style>
span { border-color: #4D6B03; }
span { border-color: rgb(77,107,3); }
td.TdClassName
{
border-color: #4D6B03;
}
.TagClassName
{
border-color: #4D6B03;
}
</style>