Shades of Dark Green Copper #50746C
Tints of Dark Green Copper #50746C
RGB
CMYK
RGB Variations
Color information
#50746C (or 0x50746C) is known color: Dark Green Copper. HEX triplet: 50, 74 and 6C. RGB value is (80,116,108). Sum of RGB (Red+Green+Blue) = 80+116+108=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #50746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50746C is #AF8B93. Grayscale: #686868. Windows color (decimal): -11504532 or 7107664. OLE color: 7107664.
HSL color Cylindrical-coordinate representation of color #50746C: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50746C is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 108 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.55 |
| HSL | 166.67º | 0.18% | 0.38% | - |
| HSV(B) | 166.67º | 0.31% | 0.45% | - |
| XYZ | 12.26 | 15.28 | 16.49 | - |
| YUV | 104.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 108 | 0.31 | 0 | 0.07 | 0.55 | 166.67 | 0.18 | 0.38 |
| Hex | 50 | 74 | 6C | 1F | 0 | 7 | 37 | A7 | 12 | 26 |
| Octal | 120 | 164 | 154 | 37 | 0 | 7 | 67 | 247 | 22 | 46 |
| Binary | 1010000 | 1110100 | 1101100 | 11111 | 0 | 111 | 110111 | 10100111 | 10010 | 100110 |
Color Harmonies of #50746C
Complementary color
Monochromatic Colors of #50746C
Black with #50746C
Text Example
Text Example
White with #50746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50746C; }
p { color: rgb(80,116,108); }
H1.HeaderClassName
{
color: #50746C;
}
.AnyTagClassName
{
color: #50746C;
}
</style>
background-color css
<style>
a { background-color: #50746C; }
a { background-color: rgb(80,116,108); }
div.DivClassName
{
background-color: #50746C;
}
.BgClassName
{
background-color: #50746C;
}
</style>
border-color css
<style>
span { border-color: #50746C; }
span { border-color: rgb(80,116,108); }
td.TdClassName
{
border-color: #50746C;
}
.TagClassName
{
border-color: #50746C;
}
</style>