Shades of Verdun Green #4D650F
Tints of Verdun Green #4D650F
RGB
CMYK
RGB Variations
Color information
#4D650F (or 0x4D650F) is known color: Verdun Green. HEX triplet: 4D, 65 and 0F. RGB value is (77,101,15). Sum of RGB (Red+Green+Blue) = 77+101+15=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #4D650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D650F is #B29AF0. Grayscale: #545454. Windows color (decimal): -11705073 or 1008973. OLE color: 1008973.
HSL color Cylindrical-coordinate representation of color #4D650F: hue angle of 76.74º 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 #4D650F is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 15 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.60 |
| HSL | 76.74º | 0.74% | 0.23% | - |
| HSV(B) | 76.74º | 0.85% | 0.4% | - |
| XYZ | 7.8 | 10.92 | 2.15 | - |
| YUV | 84.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 15 | 0.24 | 0 | 0.85 | 0.60 | 76.74 | 0.74 | 0.23 |
| Hex | 4D | 65 | F | 18 | 0 | 55 | 3C | 4D | 4A | 17 |
| Octal | 115 | 145 | 17 | 30 | 0 | 125 | 74 | 115 | 112 | 27 |
| Binary | 1001101 | 1100101 | 1111 | 11000 | 0 | 1010101 | 111100 | 1001101 | 1001010 | 10111 |
Color Harmonies of #4D650F
Complementary color
Monochromatic Colors of #4D650F
Black with #4D650F
Text Example
Text Example
White with #4D650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D650F; }
p { color: rgb(77,101,15); }
H1.HeaderClassName
{
color: #4D650F;
}
.AnyTagClassName
{
color: #4D650F;
}
</style>
background-color css
<style>
a { background-color: #4D650F; }
a { background-color: rgb(77,101,15); }
div.DivClassName
{
background-color: #4D650F;
}
.BgClassName
{
background-color: #4D650F;
}
</style>
border-color css
<style>
span { border-color: #4D650F; }
span { border-color: rgb(77,101,15); }
td.TdClassName
{
border-color: #4D650F;
}
.TagClassName
{
border-color: #4D650F;
}
</style>