Shades of Dark Green Copper #4C746C
Tints of Dark Green Copper #4C746C
RGB
CMYK
RGB Variations
Color information
#4C746C (or 0x4C746C) is known color: Dark Green Copper. HEX triplet: 4C, 74 and 6C. RGB value is (76,116,108). Sum of RGB (Red+Green+Blue) = 76+116+108=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #4C746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C746C is #B38B93. Grayscale: #676767. Windows color (decimal): -11766676 or 7107660. OLE color: 7107660.
HSL color Cylindrical-coordinate representation of color #4C746C: hue angle of 168º 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 #4C746C is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 108 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.55 |
| HSL | 168º | 0.21% | 0.38% | - |
| HSV(B) | 168º | 0.34% | 0.45% | - |
| XYZ | 11.93 | 15.11 | 16.47 | - |
| YUV | 103.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 108 | 0.34 | 0 | 0.07 | 0.55 | 168 | 0.21 | 0.38 |
| Hex | 4C | 74 | 6C | 22 | 0 | 7 | 37 | A8 | 15 | 26 |
| Octal | 114 | 164 | 154 | 42 | 0 | 7 | 67 | 250 | 25 | 46 |
| Binary | 1001100 | 1110100 | 1101100 | 100010 | 0 | 111 | 110111 | 10101000 | 10101 | 100110 |
Color Harmonies of #4C746C
Complementary color
Monochromatic Colors of #4C746C
Black with #4C746C
Text Example
Text Example
White with #4C746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C746C; }
p { color: rgb(76,116,108); }
H1.HeaderClassName
{
color: #4C746C;
}
.AnyTagClassName
{
color: #4C746C;
}
</style>
background-color css
<style>
a { background-color: #4C746C; }
a { background-color: rgb(76,116,108); }
div.DivClassName
{
background-color: #4C746C;
}
.BgClassName
{
background-color: #4C746C;
}
</style>
border-color css
<style>
span { border-color: #4C746C; }
span { border-color: rgb(76,116,108); }
td.TdClassName
{
border-color: #4C746C;
}
.TagClassName
{
border-color: #4C746C;
}
</style>