Shades of Dark Green Copper #4D7D73
Tints of Dark Green Copper #4D7D73
RGB
CMYK
RGB Variations
Color information
#4D7D73 (or 0x4D7D73) is known color: Dark Green Copper. HEX triplet: 4D, 7D and 73. RGB value is (77,125,115). Sum of RGB (Red+Green+Blue) = 77+125+115=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7D73 is #B2828C. Grayscale: #6D6D6D. Windows color (decimal): -11698829 or 7568717. OLE color: 7568717.
HSL color Cylindrical-coordinate representation of color #4D7D73: hue angle of 167.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D7D73 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 125 | 115 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.51 |
| HSL | 167.5º | 0.24% | 0.4% | - |
| HSV(B) | 167.5º | 0.38% | 0.49% | - |
| XYZ | 13.49 | 17.48 | 18.88 | - |
| YUV | 109.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 115 | 0.38 | 0 | 0.08 | 0.51 | 167.5 | 0.24 | 0.4 |
| Hex | 4D | 7D | 73 | 26 | 0 | 8 | 33 | A8 | 18 | 28 |
| Octal | 115 | 175 | 163 | 46 | 0 | 10 | 63 | 250 | 30 | 50 |
| Binary | 1001101 | 1111101 | 1110011 | 100110 | 0 | 1000 | 110011 | 10101000 | 11000 | 101000 |
Color Harmonies of #4D7D73
Complementary color
Monochromatic Colors of #4D7D73
Black with #4D7D73
Text Example
Text Example
White with #4D7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7D73; }
p { color: rgb(77,125,115); }
H1.HeaderClassName
{
color: #4D7D73;
}
.AnyTagClassName
{
color: #4D7D73;
}
</style>
background-color css
<style>
a { background-color: #4D7D73; }
a { background-color: rgb(77,125,115); }
div.DivClassName
{
background-color: #4D7D73;
}
.BgClassName
{
background-color: #4D7D73;
}
</style>
border-color css
<style>
span { border-color: #4D7D73; }
span { border-color: rgb(77,125,115); }
td.TdClassName
{
border-color: #4D7D73;
}
.TagClassName
{
border-color: #4D7D73;
}
</style>