Shades of Verdun Green #4D660F
Tints of Verdun Green #4D660F
RGB
CMYK
RGB Variations
Color information
#4D660F (or 0x4D660F) is known color: Verdun Green. HEX triplet: 4D, 66 and 0F. RGB value is (77,102,15). Sum of RGB (Red+Green+Blue) = 77+102+15=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #4D660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D660F is #B299F0. Grayscale: #545454. Windows color (decimal): -11704817 or 1009229. OLE color: 1009229.
HSL color Cylindrical-coordinate representation of color #4D660F: hue angle of 77.24º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D660F is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 15 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.6 |
| HSL | 77.24º | 0.74% | 0.23% | - |
| HSV(B) | 77.24º | 0.85% | 0.4% | - |
| XYZ | 7.9 | 11.12 | 2.18 | - |
| YUV | 84.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 15 | 0.25 | 0 | 0.85 | 0.6 | 77.24 | 0.74 | 0.23 |
| Hex | 4D | 66 | F | 19 | 0 | 55 | 3C | 4D | 4A | 17 |
| Octal | 115 | 146 | 17 | 31 | 0 | 125 | 74 | 115 | 112 | 27 |
| Binary | 1001101 | 1100110 | 1111 | 11001 | 0 | 1010101 | 111100 | 1001101 | 1001010 | 10111 |
Color Harmonies of #4D660F
Complementary color
Monochromatic Colors of #4D660F
Black with #4D660F
Text Example
Text Example
White with #4D660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D660F; }
p { color: rgb(77,102,15); }
H1.HeaderClassName
{
color: #4D660F;
}
.AnyTagClassName
{
color: #4D660F;
}
</style>
background-color css
<style>
a { background-color: #4D660F; }
a { background-color: rgb(77,102,15); }
div.DivClassName
{
background-color: #4D660F;
}
.BgClassName
{
background-color: #4D660F;
}
</style>
border-color css
<style>
span { border-color: #4D660F; }
span { border-color: rgb(77,102,15); }
td.TdClassName
{
border-color: #4D660F;
}
.TagClassName
{
border-color: #4D660F;
}
</style>