Shades of Verdun Green #4D520B
Tints of Verdun Green #4D520B
RGB
CMYK
RGB Variations
Color information
#4D520B (or 0x4D520B) is known color: Verdun Green. HEX triplet: 4D, 52 and 0B. RGB value is (77,82,11). Sum of RGB (Red+Green+Blue) = 77+82+11=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #4D520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D520B is #B2ADF4. Grayscale: #484848. Windows color (decimal): -11709941 or 741965. OLE color: 741965.
HSL color Cylindrical-coordinate representation of color #4D520B: hue angle of 64.23º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D520B is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 11 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.68 |
| HSL | 64.23º | 0.76% | 0.18% | - |
| HSV(B) | 64.23º | 0.87% | 0.32% | - |
| XYZ | 6.14 | 7.64 | 1.47 | - |
| YUV | 72.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 11 | 0.06 | 0 | 0.87 | 0.68 | 64.23 | 0.76 | 0.18 |
| Hex | 4D | 52 | B | 6 | 0 | 57 | 44 | 40 | 4C | 12 |
| Octal | 115 | 122 | 13 | 6 | 0 | 127 | 104 | 100 | 114 | 22 |
| Binary | 1001101 | 1010010 | 1011 | 110 | 0 | 1010111 | 1000100 | 1000000 | 1001100 | 10010 |
Color Harmonies of #4D520B
Complementary color
Monochromatic Colors of #4D520B
Black with #4D520B
Text Example
Text Example
White with #4D520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D520B; }
p { color: rgb(77,82,11); }
H1.HeaderClassName
{
color: #4D520B;
}
.AnyTagClassName
{
color: #4D520B;
}
</style>
background-color css
<style>
a { background-color: #4D520B; }
a { background-color: rgb(77,82,11); }
div.DivClassName
{
background-color: #4D520B;
}
.BgClassName
{
background-color: #4D520B;
}
</style>
border-color css
<style>
span { border-color: #4D520B; }
span { border-color: rgb(77,82,11); }
td.TdClassName
{
border-color: #4D520B;
}
.TagClassName
{
border-color: #4D520B;
}
</style>