Shades of Dark Green Copper #4D726C
Tints of Dark Green Copper #4D726C
RGB
CMYK
RGB Variations
Color information
#4D726C (or 0x4D726C) is known color: Dark Green Copper. HEX triplet: 4D, 72 and 6C. RGB value is (77,114,108). Sum of RGB (Red+Green+Blue) = 77+114+108=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #4D726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D726C is #B28D93. Grayscale: #666666. Windows color (decimal): -11701652 or 7107149. OLE color: 7107149.
HSL color Cylindrical-coordinate representation of color #4D726C: hue angle of 170.27º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D726C is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 108 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.55 |
| HSL | 170.27º | 0.19% | 0.37% | - |
| HSV(B) | 170.27º | 0.32% | 0.45% | - |
| XYZ | 11.78 | 14.7 | 16.4 | - |
| YUV | 102.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 108 | 0.32 | 0 | 0.05 | 0.55 | 170.27 | 0.19 | 0.37 |
| Hex | 4D | 72 | 6C | 20 | 0 | 5 | 37 | AA | 13 | 25 |
| Octal | 115 | 162 | 154 | 40 | 0 | 5 | 67 | 252 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1101100 | 100000 | 0 | 101 | 110111 | 10101010 | 10011 | 100101 |
Color Harmonies of #4D726C
Complementary color
Monochromatic Colors of #4D726C
Black with #4D726C
Text Example
Text Example
White with #4D726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D726C; }
p { color: rgb(77,114,108); }
H1.HeaderClassName
{
color: #4D726C;
}
.AnyTagClassName
{
color: #4D726C;
}
</style>
background-color css
<style>
a { background-color: #4D726C; }
a { background-color: rgb(77,114,108); }
div.DivClassName
{
background-color: #4D726C;
}
.BgClassName
{
background-color: #4D726C;
}
</style>
border-color css
<style>
span { border-color: #4D726C; }
span { border-color: rgb(77,114,108); }
td.TdClassName
{
border-color: #4D726C;
}
.TagClassName
{
border-color: #4D726C;
}
</style>