Shades of Dark Green Copper #4D746D
Tints of Dark Green Copper #4D746D
RGB
CMYK
RGB Variations
Color information
#4D746D (or 0x4D746D) is known color: Dark Green Copper. HEX triplet: 4D, 74 and 6D. RGB value is (77,116,109). Sum of RGB (Red+Green+Blue) = 77+116+109=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #4D746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D746D is #B28B92. Grayscale: #676767. Windows color (decimal): -11701139 or 7173197. OLE color: 7173197.
HSL color Cylindrical-coordinate representation of color #4D746D: hue angle of 169.23º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D746D is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 109 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.55 |
| HSL | 169.23º | 0.2% | 0.38% | - |
| HSV(B) | 169.23º | 0.34% | 0.45% | - |
| XYZ | 12.07 | 15.17 | 16.76 | - |
| YUV | 103.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 109 | 0.34 | 0 | 0.06 | 0.55 | 169.23 | 0.2 | 0.38 |
| Hex | 4D | 74 | 6D | 22 | 0 | 6 | 37 | A9 | 14 | 26 |
| Octal | 115 | 164 | 155 | 42 | 0 | 6 | 67 | 251 | 24 | 46 |
| Binary | 1001101 | 1110100 | 1101101 | 100010 | 0 | 110 | 110111 | 10101001 | 10100 | 100110 |
Color Harmonies of #4D746D
Complementary color
Monochromatic Colors of #4D746D
Black with #4D746D
Text Example
Text Example
White with #4D746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D746D; }
p { color: rgb(77,116,109); }
H1.HeaderClassName
{
color: #4D746D;
}
.AnyTagClassName
{
color: #4D746D;
}
</style>
background-color css
<style>
a { background-color: #4D746D; }
a { background-color: rgb(77,116,109); }
div.DivClassName
{
background-color: #4D746D;
}
.BgClassName
{
background-color: #4D746D;
}
</style>
border-color css
<style>
span { border-color: #4D746D; }
span { border-color: rgb(77,116,109); }
td.TdClassName
{
border-color: #4D746D;
}
.TagClassName
{
border-color: #4D746D;
}
</style>