Shades of Dark Green Copper #4D7163
Tints of Dark Green Copper #4D7163
RGB
CMYK
RGB Variations
Color information
#4D7163 (or 0x4D7163) is known color: Dark Green Copper. HEX triplet: 4D, 71 and 63. RGB value is (77,113,99). Sum of RGB (Red+Green+Blue) = 77+113+99=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7163 is #B28E9C. Grayscale: #646464. Windows color (decimal): -11701917 or 6517069. OLE color: 6517069.
HSL color Cylindrical-coordinate representation of color #4D7163: hue angle of 156.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7163 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 99 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.56 |
| HSL | 156.67º | 0.19% | 0.37% | - |
| HSV(B) | 156.67º | 0.32% | 0.44% | - |
| XYZ | 11.22 | 14.29 | 13.97 | - |
| YUV | 100.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 99 | 0.32 | 0 | 0.12 | 0.56 | 156.67 | 0.19 | 0.37 |
| Hex | 4D | 71 | 63 | 20 | 0 | C | 38 | 9D | 13 | 25 |
| Octal | 115 | 161 | 143 | 40 | 0 | 14 | 70 | 235 | 23 | 45 |
| Binary | 1001101 | 1110001 | 1100011 | 100000 | 0 | 1100 | 111000 | 10011101 | 10011 | 100101 |
Color Harmonies of #4D7163
Complementary color
Monochromatic Colors of #4D7163
Black with #4D7163
Text Example
Text Example
White with #4D7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7163; }
p { color: rgb(77,113,99); }
H1.HeaderClassName
{
color: #4D7163;
}
.AnyTagClassName
{
color: #4D7163;
}
</style>
background-color css
<style>
a { background-color: #4D7163; }
a { background-color: rgb(77,113,99); }
div.DivClassName
{
background-color: #4D7163;
}
.BgClassName
{
background-color: #4D7163;
}
</style>
border-color css
<style>
span { border-color: #4D7163; }
span { border-color: rgb(77,113,99); }
td.TdClassName
{
border-color: #4D7163;
}
.TagClassName
{
border-color: #4D7163;
}
</style>