Shades of Verdun Green #4D650D
Tints of Verdun Green #4D650D
RGB
CMYK
RGB Variations
Color information
#4D650D (or 0x4D650D) is known color: Verdun Green. HEX triplet: 4D, 65 and 0D. RGB value is (77,101,13). Sum of RGB (Red+Green+Blue) = 77+101+13=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #4D650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D650D is #B29AF2. Grayscale: #545454. Windows color (decimal): -11705075 or 877901. OLE color: 877901.
HSL color Cylindrical-coordinate representation of color #4D650D: hue angle of 76.36º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D650D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 13 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.60 |
| HSL | 76.36º | 0.77% | 0.22% | - |
| HSV(B) | 76.36º | 0.87% | 0.4% | - |
| XYZ | 7.79 | 10.91 | 2.08 | - |
| YUV | 83.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 13 | 0.24 | 0 | 0.87 | 0.60 | 76.36 | 0.77 | 0.22 |
| Hex | 4D | 65 | D | 18 | 0 | 57 | 3C | 4C | 4D | 16 |
| Octal | 115 | 145 | 15 | 30 | 0 | 127 | 74 | 114 | 115 | 26 |
| Binary | 1001101 | 1100101 | 1101 | 11000 | 0 | 1010111 | 111100 | 1001100 | 1001101 | 10110 |
Color Harmonies of #4D650D
Complementary color
Monochromatic Colors of #4D650D
Black with #4D650D
Text Example
Text Example
White with #4D650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D650D; }
p { color: rgb(77,101,13); }
H1.HeaderClassName
{
color: #4D650D;
}
.AnyTagClassName
{
color: #4D650D;
}
</style>
background-color css
<style>
a { background-color: #4D650D; }
a { background-color: rgb(77,101,13); }
div.DivClassName
{
background-color: #4D650D;
}
.BgClassName
{
background-color: #4D650D;
}
</style>
border-color css
<style>
span { border-color: #4D650D; }
span { border-color: rgb(77,101,13); }
td.TdClassName
{
border-color: #4D650D;
}
.TagClassName
{
border-color: #4D650D;
}
</style>