Shades of Dark Green Copper #50746D
Tints of Dark Green Copper #50746D
RGB
CMYK
RGB Variations
Color information
#50746D (or 0x50746D) is known color: Dark Green Copper. HEX triplet: 50, 74 and 6D. RGB value is (80,116,109). Sum of RGB (Red+Green+Blue) = 80+116+109=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #50746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50746D is #AF8B92. Grayscale: #686868. Windows color (decimal): -11504531 or 7173200. OLE color: 7173200.
HSL color Cylindrical-coordinate representation of color #50746D: hue angle of 168.33º 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 #50746D is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 109 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.55 |
| HSL | 168.33º | 0.18% | 0.38% | - |
| HSV(B) | 168.33º | 0.31% | 0.45% | - |
| XYZ | 12.31 | 15.3 | 16.77 | - |
| YUV | 104.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 109 | 0.31 | 0 | 0.06 | 0.55 | 168.33 | 0.18 | 0.38 |
| Hex | 50 | 74 | 6D | 1F | 0 | 6 | 37 | A8 | 12 | 26 |
| Octal | 120 | 164 | 155 | 37 | 0 | 6 | 67 | 250 | 22 | 46 |
| Binary | 1010000 | 1110100 | 1101101 | 11111 | 0 | 110 | 110111 | 10101000 | 10010 | 100110 |
Color Harmonies of #50746D
Complementary color
Monochromatic Colors of #50746D
Black with #50746D
Text Example
Text Example
White with #50746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50746D; }
p { color: rgb(80,116,109); }
H1.HeaderClassName
{
color: #50746D;
}
.AnyTagClassName
{
color: #50746D;
}
</style>
background-color css
<style>
a { background-color: #50746D; }
a { background-color: rgb(80,116,109); }
div.DivClassName
{
background-color: #50746D;
}
.BgClassName
{
background-color: #50746D;
}
</style>
border-color css
<style>
span { border-color: #50746D; }
span { border-color: rgb(80,116,109); }
td.TdClassName
{
border-color: #50746D;
}
.TagClassName
{
border-color: #50746D;
}
</style>