Shades of Dark Green Copper #4D7565
Tints of Dark Green Copper #4D7565
RGB
CMYK
RGB Variations
Color information
#4D7565 (or 0x4D7565) is known color: Dark Green Copper. HEX triplet: 4D, 75 and 65. RGB value is (77,117,101). Sum of RGB (Red+Green+Blue) = 77+117+101=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7565 is #B28A9A. Grayscale: #676767. Windows color (decimal): -11700891 or 6649165. OLE color: 6649165.
HSL color Cylindrical-coordinate representation of color #4D7565: hue angle of 156º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D7565 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 101 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.54 |
| HSL | 156º | 0.21% | 0.38% | - |
| HSV(B) | 156º | 0.34% | 0.46% | - |
| XYZ | 11.77 | 15.24 | 14.63 | - |
| YUV | 103.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 101 | 0.34 | 0 | 0.14 | 0.54 | 156 | 0.21 | 0.38 |
| Hex | 4D | 75 | 65 | 22 | 0 | E | 36 | 9C | 15 | 26 |
| Octal | 115 | 165 | 145 | 42 | 0 | 16 | 66 | 234 | 25 | 46 |
| Binary | 1001101 | 1110101 | 1100101 | 100010 | 0 | 1110 | 110110 | 10011100 | 10101 | 100110 |
Color Harmonies of #4D7565
Complementary color
Monochromatic Colors of #4D7565
Black with #4D7565
Text Example
Text Example
White with #4D7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7565; }
p { color: rgb(77,117,101); }
H1.HeaderClassName
{
color: #4D7565;
}
.AnyTagClassName
{
color: #4D7565;
}
</style>
background-color css
<style>
a { background-color: #4D7565; }
a { background-color: rgb(77,117,101); }
div.DivClassName
{
background-color: #4D7565;
}
.BgClassName
{
background-color: #4D7565;
}
</style>
border-color css
<style>
span { border-color: #4D7565; }
span { border-color: rgb(77,117,101); }
td.TdClassName
{
border-color: #4D7565;
}
.TagClassName
{
border-color: #4D7565;
}
</style>