Shades of Dark Green Copper #4C746D
Tints of Dark Green Copper #4C746D
RGB
CMYK
RGB Variations
Color information
#4C746D (or 0x4C746D) is known color: Dark Green Copper. HEX triplet: 4C, 74 and 6D. RGB value is (76,116,109). Sum of RGB (Red+Green+Blue) = 76+116+109=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #4C746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C746D is #B38B92. Grayscale: #676767. Windows color (decimal): -11766675 or 7173196. OLE color: 7173196.
HSL color Cylindrical-coordinate representation of color #4C746D: hue angle of 169.5º degrees, saturation: 0.21, 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 #4C746D is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 109 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.55 |
| HSL | 169.5º | 0.21% | 0.38% | - |
| HSV(B) | 169.5º | 0.34% | 0.45% | - |
| XYZ | 11.99 | 15.13 | 16.76 | - |
| YUV | 103.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 109 | 0.34 | 0 | 0.06 | 0.55 | 169.5 | 0.21 | 0.38 |
| Hex | 4C | 74 | 6D | 22 | 0 | 6 | 37 | AA | 15 | 26 |
| Octal | 114 | 164 | 155 | 42 | 0 | 6 | 67 | 252 | 25 | 46 |
| Binary | 1001100 | 1110100 | 1101101 | 100010 | 0 | 110 | 110111 | 10101010 | 10101 | 100110 |
Color Harmonies of #4C746D
Complementary color
Monochromatic Colors of #4C746D
Black with #4C746D
Text Example
Text Example
White with #4C746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C746D; }
p { color: rgb(76,116,109); }
H1.HeaderClassName
{
color: #4C746D;
}
.AnyTagClassName
{
color: #4C746D;
}
</style>
background-color css
<style>
a { background-color: #4C746D; }
a { background-color: rgb(76,116,109); }
div.DivClassName
{
background-color: #4C746D;
}
.BgClassName
{
background-color: #4C746D;
}
</style>
border-color css
<style>
span { border-color: #4C746D; }
span { border-color: rgb(76,116,109); }
td.TdClassName
{
border-color: #4C746D;
}
.TagClassName
{
border-color: #4C746D;
}
</style>