Shades of Dark Green Copper #4D7063
Tints of Dark Green Copper #4D7063
RGB
CMYK
RGB Variations
Color information
#4D7063 (or 0x4D7063) is known color: Dark Green Copper. HEX triplet: 4D, 70 and 63. RGB value is (77,112,99). Sum of RGB (Red+Green+Blue) = 77+112+99=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7063 is #B28F9C. Grayscale: #646464. Windows color (decimal): -11702173 or 6516813. OLE color: 6516813.
HSL color Cylindrical-coordinate representation of color #4D7063: hue angle of 157.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D7063 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 99 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.56 |
| HSL | 157.71º | 0.19% | 0.37% | - |
| HSV(B) | 157.71º | 0.31% | 0.44% | - |
| XYZ | 11.11 | 14.07 | 13.93 | - |
| YUV | 100.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 99 | 0.31 | 0 | 0.12 | 0.56 | 157.71 | 0.19 | 0.37 |
| Hex | 4D | 70 | 63 | 1F | 0 | C | 38 | 9E | 13 | 25 |
| Octal | 115 | 160 | 143 | 37 | 0 | 14 | 70 | 236 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1100011 | 11111 | 0 | 1100 | 111000 | 10011110 | 10011 | 100101 |
Color Harmonies of #4D7063
Complementary color
Monochromatic Colors of #4D7063
Black with #4D7063
Text Example
Text Example
White with #4D7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7063; }
p { color: rgb(77,112,99); }
H1.HeaderClassName
{
color: #4D7063;
}
.AnyTagClassName
{
color: #4D7063;
}
</style>
background-color css
<style>
a { background-color: #4D7063; }
a { background-color: rgb(77,112,99); }
div.DivClassName
{
background-color: #4D7063;
}
.BgClassName
{
background-color: #4D7063;
}
</style>
border-color css
<style>
span { border-color: #4D7063; }
span { border-color: rgb(77,112,99); }
td.TdClassName
{
border-color: #4D7063;
}
.TagClassName
{
border-color: #4D7063;
}
</style>