Shades of Dark Green Copper #4D7465
Tints of Dark Green Copper #4D7465
RGB
CMYK
RGB Variations
Color information
#4D7465 (or 0x4D7465) is known color: Dark Green Copper. HEX triplet: 4D, 74 and 65. RGB value is (77,116,101). Sum of RGB (Red+Green+Blue) = 77+116+101=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7465 is #B28B9A. Grayscale: #666666. Windows color (decimal): -11701147 or 6648909. OLE color: 6648909.
HSL color Cylindrical-coordinate representation of color #4D7465: hue angle of 156.92º 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 #4D7465 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 101 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.55 |
| HSL | 156.92º | 0.2% | 0.38% | - |
| HSV(B) | 156.92º | 0.34% | 0.45% | - |
| XYZ | 11.65 | 15.01 | 14.59 | - |
| YUV | 102.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 101 | 0.34 | 0 | 0.13 | 0.55 | 156.92 | 0.2 | 0.38 |
| Hex | 4D | 74 | 65 | 22 | 0 | D | 37 | 9D | 14 | 26 |
| Octal | 115 | 164 | 145 | 42 | 0 | 15 | 67 | 235 | 24 | 46 |
| Binary | 1001101 | 1110100 | 1100101 | 100010 | 0 | 1101 | 110111 | 10011101 | 10100 | 100110 |
Color Harmonies of #4D7465
Complementary color
Monochromatic Colors of #4D7465
Black with #4D7465
Text Example
Text Example
White with #4D7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7465; }
p { color: rgb(77,116,101); }
H1.HeaderClassName
{
color: #4D7465;
}
.AnyTagClassName
{
color: #4D7465;
}
</style>
background-color css
<style>
a { background-color: #4D7465; }
a { background-color: rgb(77,116,101); }
div.DivClassName
{
background-color: #4D7465;
}
.BgClassName
{
background-color: #4D7465;
}
</style>
border-color css
<style>
span { border-color: #4D7465; }
span { border-color: rgb(77,116,101); }
td.TdClassName
{
border-color: #4D7465;
}
.TagClassName
{
border-color: #4D7465;
}
</style>