Shades of Dark Green Copper #4D6963
Tints of Dark Green Copper #4D6963
RGB
CMYK
RGB Variations
Color information
#4D6963 (or 0x4D6963) is known color: Dark Green Copper. HEX triplet: 4D, 69 and 63. RGB value is (77,105,99). Sum of RGB (Red+Green+Blue) = 77+105+99=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6963 is #B2969C. Grayscale: #5F5F5F. Windows color (decimal): -11703965 or 6515021. OLE color: 6515021.
HSL color Cylindrical-coordinate representation of color #4D6963: hue angle of 167.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6963 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 99 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.59 |
| HSL | 167.14º | 0.15% | 0.36% | - |
| HSV(B) | 167.14º | 0.27% | 0.41% | - |
| XYZ | 10.36 | 12.58 | 13.69 | - |
| YUV | 95.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 99 | 0.27 | 0 | 0.06 | 0.59 | 167.14 | 0.15 | 0.36 |
| Hex | 4D | 69 | 63 | 1B | 0 | 6 | 3B | A7 | F | 24 |
| Octal | 115 | 151 | 143 | 33 | 0 | 6 | 73 | 247 | 17 | 44 |
| Binary | 1001101 | 1101001 | 1100011 | 11011 | 0 | 110 | 111011 | 10100111 | 1111 | 100100 |
Color Harmonies of #4D6963
Complementary color
Monochromatic Colors of #4D6963
Black with #4D6963
Text Example
Text Example
White with #4D6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6963; }
p { color: rgb(77,105,99); }
H1.HeaderClassName
{
color: #4D6963;
}
.AnyTagClassName
{
color: #4D6963;
}
</style>
background-color css
<style>
a { background-color: #4D6963; }
a { background-color: rgb(77,105,99); }
div.DivClassName
{
background-color: #4D6963;
}
.BgClassName
{
background-color: #4D6963;
}
</style>
border-color css
<style>
span { border-color: #4D6963; }
span { border-color: rgb(77,105,99); }
td.TdClassName
{
border-color: #4D6963;
}
.TagClassName
{
border-color: #4D6963;
}
</style>