Shades of Verdun Green #4D570C
Tints of Verdun Green #4D570C
RGB
CMYK
RGB Variations
Color information
#4D570C (or 0x4D570C) is known color: Verdun Green. HEX triplet: 4D, 57 and 0C. RGB value is (77,87,12). Sum of RGB (Red+Green+Blue) = 77+87+12=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #4D570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D570C is #B2A8F3. Grayscale: #4B4B4B. Windows color (decimal): -11708660 or 808781. OLE color: 808781.
HSL color Cylindrical-coordinate representation of color #4D570C: hue angle of 68º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D570C is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 12 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.66 |
| HSL | 68º | 0.76% | 0.19% | - |
| HSV(B) | 68º | 0.86% | 0.34% | - |
| XYZ | 6.54 | 8.42 | 1.63 | - |
| YUV | 75.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 12 | 0.11 | 0 | 0.86 | 0.66 | 68 | 0.76 | 0.19 |
| Hex | 4D | 57 | C | B | 0 | 56 | 42 | 44 | 4C | 13 |
| Octal | 115 | 127 | 14 | 13 | 0 | 126 | 102 | 104 | 114 | 23 |
| Binary | 1001101 | 1010111 | 1100 | 1011 | 0 | 1010110 | 1000010 | 1000100 | 1001100 | 10011 |
Color Harmonies of #4D570C
Complementary color
Monochromatic Colors of #4D570C
Black with #4D570C
Text Example
Text Example
White with #4D570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D570C; }
p { color: rgb(77,87,12); }
H1.HeaderClassName
{
color: #4D570C;
}
.AnyTagClassName
{
color: #4D570C;
}
</style>
background-color css
<style>
a { background-color: #4D570C; }
a { background-color: rgb(77,87,12); }
div.DivClassName
{
background-color: #4D570C;
}
.BgClassName
{
background-color: #4D570C;
}
</style>
border-color css
<style>
span { border-color: #4D570C; }
span { border-color: rgb(77,87,12); }
td.TdClassName
{
border-color: #4D570C;
}
.TagClassName
{
border-color: #4D570C;
}
</style>