Shades of Dark Green Copper #4D716B
Tints of Dark Green Copper #4D716B
RGB
CMYK
RGB Variations
Color information
#4D716B (or 0x4D716B) is known color: Dark Green Copper. HEX triplet: 4D, 71 and 6B. RGB value is (77,113,107). Sum of RGB (Red+Green+Blue) = 77+113+107=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #4D716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D716B is #B28E94. Grayscale: #656565. Windows color (decimal): -11701909 or 7041357. OLE color: 7041357.
HSL color Cylindrical-coordinate representation of color #4D716B: hue angle of 170º 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 #4D716B is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 107 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.56 |
| HSL | 170º | 0.19% | 0.37% | - |
| HSV(B) | 170º | 0.32% | 0.44% | - |
| XYZ | 11.62 | 14.45 | 16.09 | - |
| YUV | 101.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 107 | 0.32 | 0 | 0.05 | 0.56 | 170 | 0.19 | 0.37 |
| Hex | 4D | 71 | 6B | 20 | 0 | 5 | 38 | AA | 13 | 25 |
| Octal | 115 | 161 | 153 | 40 | 0 | 5 | 70 | 252 | 23 | 45 |
| Binary | 1001101 | 1110001 | 1101011 | 100000 | 0 | 101 | 111000 | 10101010 | 10011 | 100101 |
Color Harmonies of #4D716B
Complementary color
Monochromatic Colors of #4D716B
Black with #4D716B
Text Example
Text Example
White with #4D716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D716B; }
p { color: rgb(77,113,107); }
H1.HeaderClassName
{
color: #4D716B;
}
.AnyTagClassName
{
color: #4D716B;
}
</style>
background-color css
<style>
a { background-color: #4D716B; }
a { background-color: rgb(77,113,107); }
div.DivClassName
{
background-color: #4D716B;
}
.BgClassName
{
background-color: #4D716B;
}
</style>
border-color css
<style>
span { border-color: #4D716B; }
span { border-color: rgb(77,113,107); }
td.TdClassName
{
border-color: #4D716B;
}
.TagClassName
{
border-color: #4D716B;
}
</style>