Shades of Verdun Green #4D490D
Tints of Verdun Green #4D490D
RGB
CMYK
RGB Variations
Color information
#4D490D (or 0x4D490D) is known color: Verdun Green. HEX triplet: 4D, 49 and 0D. RGB value is (77,73,13). Sum of RGB (Red+Green+Blue) = 77+73+13=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D490D is #B2B6F2. Grayscale: #434343. Windows color (decimal): -11712243 or 870733. OLE color: 870733.
HSL color Cylindrical-coordinate representation of color #4D490D: hue angle of 56.25º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D490D is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 73 | 13 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.70 |
| HSL | 56.25º | 0.71% | 0.18% | - |
| HSV(B) | 56.25º | 0.83% | 0.3% | - |
| XYZ | 5.52 | 6.37 | 1.32 | - |
| YUV | 67.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 13 | 0 | 0.05 | 0.83 | 0.70 | 56.25 | 0.71 | 0.18 |
| Hex | 4D | 49 | D | 0 | 5 | 53 | 46 | 38 | 47 | 12 |
| Octal | 115 | 111 | 15 | 0 | 5 | 123 | 106 | 70 | 107 | 22 |
| Binary | 1001101 | 1001001 | 1101 | 0 | 101 | 1010011 | 1000110 | 111000 | 1000111 | 10010 |
Color Harmonies of #4D490D
Complementary color
Monochromatic Colors of #4D490D
Black with #4D490D
Text Example
Text Example
White with #4D490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D490D; }
p { color: rgb(77,73,13); }
H1.HeaderClassName
{
color: #4D490D;
}
.AnyTagClassName
{
color: #4D490D;
}
</style>
background-color css
<style>
a { background-color: #4D490D; }
a { background-color: rgb(77,73,13); }
div.DivClassName
{
background-color: #4D490D;
}
.BgClassName
{
background-color: #4D490D;
}
</style>
border-color css
<style>
span { border-color: #4D490D; }
span { border-color: rgb(77,73,13); }
td.TdClassName
{
border-color: #4D490D;
}
.TagClassName
{
border-color: #4D490D;
}
</style>