Shades of Dark Green Copper #4D746B
Tints of Dark Green Copper #4D746B
RGB
CMYK
RGB Variations
Color information
#4D746B (or 0x4D746B) is known color: Dark Green Copper. HEX triplet: 4D, 74 and 6B. RGB value is (77,116,107). Sum of RGB (Red+Green+Blue) = 77+116+107=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #4D746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D746B is #B28B94. Grayscale: #676767. Windows color (decimal): -11701141 or 7042125. OLE color: 7042125.
HSL color Cylindrical-coordinate representation of color #4D746B: hue angle of 166.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D746B is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 107 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.55 |
| HSL | 166.15º | 0.2% | 0.38% | - |
| HSV(B) | 166.15º | 0.34% | 0.45% | - |
| XYZ | 11.96 | 15.13 | 16.2 | - |
| YUV | 103.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 107 | 0.34 | 0 | 0.08 | 0.55 | 166.15 | 0.2 | 0.38 |
| Hex | 4D | 74 | 6B | 22 | 0 | 8 | 37 | A6 | 14 | 26 |
| Octal | 115 | 164 | 153 | 42 | 0 | 10 | 67 | 246 | 24 | 46 |
| Binary | 1001101 | 1110100 | 1101011 | 100010 | 0 | 1000 | 110111 | 10100110 | 10100 | 100110 |
Color Harmonies of #4D746B
Complementary color
Monochromatic Colors of #4D746B
Black with #4D746B
Text Example
Text Example
White with #4D746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D746B; }
p { color: rgb(77,116,107); }
H1.HeaderClassName
{
color: #4D746B;
}
.AnyTagClassName
{
color: #4D746B;
}
</style>
background-color css
<style>
a { background-color: #4D746B; }
a { background-color: rgb(77,116,107); }
div.DivClassName
{
background-color: #4D746B;
}
.BgClassName
{
background-color: #4D746B;
}
</style>
border-color css
<style>
span { border-color: #4D746B; }
span { border-color: rgb(77,116,107); }
td.TdClassName
{
border-color: #4D746B;
}
.TagClassName
{
border-color: #4D746B;
}
</style>