Shades of Verdun Green #4D520D
Tints of Verdun Green #4D520D
RGB
CMYK
RGB Variations
Color information
#4D520D (or 0x4D520D) is known color: Verdun Green. HEX triplet: 4D, 52 and 0D. RGB value is (77,82,13). Sum of RGB (Red+Green+Blue) = 77+82+13=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #4D520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D520D is #B2ADF2. Grayscale: #484848. Windows color (decimal): -11709939 or 873037. OLE color: 873037.
HSL color Cylindrical-coordinate representation of color #4D520D: hue angle of 64.35º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D520D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 13 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.68 |
| HSL | 64.35º | 0.73% | 0.19% | - |
| HSV(B) | 64.35º | 0.84% | 0.32% | - |
| XYZ | 6.15 | 7.64 | 1.53 | - |
| YUV | 72.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 13 | 0.06 | 0 | 0.84 | 0.68 | 64.35 | 0.73 | 0.19 |
| Hex | 4D | 52 | D | 6 | 0 | 54 | 44 | 40 | 49 | 13 |
| Octal | 115 | 122 | 15 | 6 | 0 | 124 | 104 | 100 | 111 | 23 |
| Binary | 1001101 | 1010010 | 1101 | 110 | 0 | 1010100 | 1000100 | 1000000 | 1001001 | 10011 |
Color Harmonies of #4D520D
Complementary color
Monochromatic Colors of #4D520D
Black with #4D520D
Text Example
Text Example
White with #4D520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D520D; }
p { color: rgb(77,82,13); }
H1.HeaderClassName
{
color: #4D520D;
}
.AnyTagClassName
{
color: #4D520D;
}
</style>
background-color css
<style>
a { background-color: #4D520D; }
a { background-color: rgb(77,82,13); }
div.DivClassName
{
background-color: #4D520D;
}
.BgClassName
{
background-color: #4D520D;
}
</style>
border-color css
<style>
span { border-color: #4D520D; }
span { border-color: rgb(77,82,13); }
td.TdClassName
{
border-color: #4D520D;
}
.TagClassName
{
border-color: #4D520D;
}
</style>