Shades of Verdun Green #4D570A
Tints of Verdun Green #4D570A
RGB
CMYK
RGB Variations
Color information
#4D570A (or 0x4D570A) is known color: Verdun Green. HEX triplet: 4D, 57 and 0A. RGB value is (77,87,10). Sum of RGB (Red+Green+Blue) = 77+87+10=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #4D570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D570A is #B2A8F5. Grayscale: #4B4B4B. Windows color (decimal): -11708662 or 677709. OLE color: 677709.
HSL color Cylindrical-coordinate representation of color #4D570A: hue angle of 67.79º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D570A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 10 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.66 |
| HSL | 67.79º | 0.79% | 0.19% | - |
| HSV(B) | 67.79º | 0.89% | 0.34% | - |
| XYZ | 6.52 | 8.42 | 1.57 | - |
| YUV | 75.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 10 | 0.11 | 0 | 0.89 | 0.66 | 67.79 | 0.79 | 0.19 |
| Hex | 4D | 57 | A | B | 0 | 59 | 42 | 44 | 4F | 13 |
| Octal | 115 | 127 | 12 | 13 | 0 | 131 | 102 | 104 | 117 | 23 |
| Binary | 1001101 | 1010111 | 1010 | 1011 | 0 | 1011001 | 1000010 | 1000100 | 1001111 | 10011 |
Color Harmonies of #4D570A
Complementary color
Monochromatic Colors of #4D570A
Black with #4D570A
Text Example
Text Example
White with #4D570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D570A; }
p { color: rgb(77,87,10); }
H1.HeaderClassName
{
color: #4D570A;
}
.AnyTagClassName
{
color: #4D570A;
}
</style>
background-color css
<style>
a { background-color: #4D570A; }
a { background-color: rgb(77,87,10); }
div.DivClassName
{
background-color: #4D570A;
}
.BgClassName
{
background-color: #4D570A;
}
</style>
border-color css
<style>
span { border-color: #4D570A; }
span { border-color: rgb(77,87,10); }
td.TdClassName
{
border-color: #4D570A;
}
.TagClassName
{
border-color: #4D570A;
}
</style>