Shades of Verdun Green #4D5207
Tints of Verdun Green #4D5207
RGB
CMYK
RGB Variations
Color information
#4D5207 (or 0x4D5207) is known color: Verdun Green. HEX triplet: 4D, 52 and 07. RGB value is (77,82,7). Sum of RGB (Red+Green+Blue) = 77+82+7=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5207 is #B2ADF8. Grayscale: #484848. Windows color (decimal): -11709945 or 479821. OLE color: 479821.
HSL color Cylindrical-coordinate representation of color #4D5207: hue angle of 64º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D5207 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 7 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.68 |
| HSL | 64º | 0.84% | 0.17% | - |
| HSV(B) | 64º | 0.91% | 0.32% | - |
| XYZ | 6.12 | 7.63 | 1.35 | - |
| YUV | 71.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 7 | 0.06 | 0 | 0.91 | 0.68 | 64 | 0.84 | 0.17 |
| Hex | 4D | 52 | 7 | 6 | 0 | 5B | 44 | 40 | 54 | 11 |
| Octal | 115 | 122 | 7 | 6 | 0 | 133 | 104 | 100 | 124 | 21 |
| Binary | 1001101 | 1010010 | 111 | 110 | 0 | 1011011 | 1000100 | 1000000 | 1010100 | 10001 |
Color Harmonies of #4D5207
Complementary color
Monochromatic Colors of #4D5207
Black with #4D5207
Text Example
Text Example
White with #4D5207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5207; }
p { color: rgb(77,82,7); }
H1.HeaderClassName
{
color: #4D5207;
}
.AnyTagClassName
{
color: #4D5207;
}
</style>
background-color css
<style>
a { background-color: #4D5207; }
a { background-color: rgb(77,82,7); }
div.DivClassName
{
background-color: #4D5207;
}
.BgClassName
{
background-color: #4D5207;
}
</style>
border-color css
<style>
span { border-color: #4D5207; }
span { border-color: rgb(77,82,7); }
td.TdClassName
{
border-color: #4D5207;
}
.TagClassName
{
border-color: #4D5207;
}
</style>