Shades of Dark Green Copper #4D6863
Tints of Dark Green Copper #4D6863
RGB
CMYK
RGB Variations
Color information
#4D6863 (or 0x4D6863) is known color: Dark Green Copper. HEX triplet: 4D, 68 and 63. RGB value is (77,104,99). Sum of RGB (Red+Green+Blue) = 77+104+99=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6863 is #B2979C. Grayscale: #5F5F5F. Windows color (decimal): -11704221 or 6514765. OLE color: 6514765.
HSL color Cylindrical-coordinate representation of color #4D6863: hue angle of 168.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D6863 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 99 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.59 |
| HSL | 168.89º | 0.15% | 0.35% | - |
| HSV(B) | 168.89º | 0.26% | 0.41% | - |
| XYZ | 10.26 | 12.38 | 13.65 | - |
| YUV | 95.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 99 | 0.26 | 0 | 0.05 | 0.59 | 168.89 | 0.15 | 0.35 |
| Hex | 4D | 68 | 63 | 1A | 0 | 5 | 3B | A9 | F | 23 |
| Octal | 115 | 150 | 143 | 32 | 0 | 5 | 73 | 251 | 17 | 43 |
| Binary | 1001101 | 1101000 | 1100011 | 11010 | 0 | 101 | 111011 | 10101001 | 1111 | 100011 |
Color Harmonies of #4D6863
Complementary color
Monochromatic Colors of #4D6863
Black with #4D6863
Text Example
Text Example
White with #4D6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6863; }
p { color: rgb(77,104,99); }
H1.HeaderClassName
{
color: #4D6863;
}
.AnyTagClassName
{
color: #4D6863;
}
</style>
background-color css
<style>
a { background-color: #4D6863; }
a { background-color: rgb(77,104,99); }
div.DivClassName
{
background-color: #4D6863;
}
.BgClassName
{
background-color: #4D6863;
}
</style>
border-color css
<style>
span { border-color: #4D6863; }
span { border-color: rgb(77,104,99); }
td.TdClassName
{
border-color: #4D6863;
}
.TagClassName
{
border-color: #4D6863;
}
</style>