Shades of Dark Green Copper #4D7E71
Tints of Dark Green Copper #4D7E71
RGB
CMYK
RGB Variations
Color information
#4D7E71 (or 0x4D7E71) is known color: Dark Green Copper. HEX triplet: 4D, 7E and 71. RGB value is (77,126,113). Sum of RGB (Red+Green+Blue) = 77+126+113=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7E71 is #B2818E. Grayscale: #6D6D6D. Windows color (decimal): -11698575 or 7437901. OLE color: 7437901.
HSL color Cylindrical-coordinate representation of color #4D7E71: hue angle of 164.08º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7E71 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 126 | 113 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.51 |
| HSL | 164.08º | 0.24% | 0.4% | - |
| HSV(B) | 164.08º | 0.39% | 0.49% | - |
| XYZ | 13.5 | 17.69 | 18.33 | - |
| YUV | 109.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 113 | 0.39 | 0 | 0.10 | 0.51 | 164.08 | 0.24 | 0.4 |
| Hex | 4D | 7E | 71 | 27 | 0 | A | 33 | A4 | 18 | 28 |
| Octal | 115 | 176 | 161 | 47 | 0 | 12 | 63 | 244 | 30 | 50 |
| Binary | 1001101 | 1111110 | 1110001 | 100111 | 0 | 1010 | 110011 | 10100100 | 11000 | 101000 |
Color Harmonies of #4D7E71
Complementary color
Monochromatic Colors of #4D7E71
Black with #4D7E71
Text Example
Text Example
White with #4D7E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7E71; }
p { color: rgb(77,126,113); }
H1.HeaderClassName
{
color: #4D7E71;
}
.AnyTagClassName
{
color: #4D7E71;
}
</style>
background-color css
<style>
a { background-color: #4D7E71; }
a { background-color: rgb(77,126,113); }
div.DivClassName
{
background-color: #4D7E71;
}
.BgClassName
{
background-color: #4D7E71;
}
</style>
border-color css
<style>
span { border-color: #4D7E71; }
span { border-color: rgb(77,126,113); }
td.TdClassName
{
border-color: #4D7E71;
}
.TagClassName
{
border-color: #4D7E71;
}
</style>