Shades of Dark Green Copper #4D726B
Tints of Dark Green Copper #4D726B
RGB
CMYK
RGB Variations
Color information
#4D726B (or 0x4D726B) is known color: Dark Green Copper. HEX triplet: 4D, 72 and 6B. RGB value is (77,114,107). Sum of RGB (Red+Green+Blue) = 77+114+107=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #4D726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D726B is #B28D94. Grayscale: #666666. Windows color (decimal): -11701653 or 7041613. OLE color: 7041613.
HSL color Cylindrical-coordinate representation of color #4D726B: hue angle of 168.65º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D726B is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 107 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.55 |
| HSL | 168.65º | 0.19% | 0.37% | - |
| HSV(B) | 168.65º | 0.32% | 0.45% | - |
| XYZ | 11.73 | 14.67 | 16.12 | - |
| YUV | 102.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 107 | 0.32 | 0 | 0.06 | 0.55 | 168.65 | 0.19 | 0.37 |
| Hex | 4D | 72 | 6B | 20 | 0 | 6 | 37 | A9 | 13 | 25 |
| Octal | 115 | 162 | 153 | 40 | 0 | 6 | 67 | 251 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1101011 | 100000 | 0 | 110 | 110111 | 10101001 | 10011 | 100101 |
Color Harmonies of #4D726B
Complementary color
Monochromatic Colors of #4D726B
Black with #4D726B
Text Example
Text Example
White with #4D726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D726B; }
p { color: rgb(77,114,107); }
H1.HeaderClassName
{
color: #4D726B;
}
.AnyTagClassName
{
color: #4D726B;
}
</style>
background-color css
<style>
a { background-color: #4D726B; }
a { background-color: rgb(77,114,107); }
div.DivClassName
{
background-color: #4D726B;
}
.BgClassName
{
background-color: #4D726B;
}
</style>
border-color css
<style>
span { border-color: #4D726B; }
span { border-color: rgb(77,114,107); }
td.TdClassName
{
border-color: #4D726B;
}
.TagClassName
{
border-color: #4D726B;
}
</style>