#50756E

Color #50756E Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #50756E

Tints of Dark Green Copper #50756E

Color information

#50756E (or 0x50756E) is unknown color: approx Dark Green Copper. HEX triplet: 50, 75 and 6E. RGB value is (80,117,110). Sum of RGB (Red+Green+Blue) = 80+117+110=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #50756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756E is #AF8A91. Grayscale: #696969. Windows color (decimal): -11504274 or 7238992. OLE color: 7238992.

HSL color Cylindrical-coordinate representation of color #50756E: hue angle of 168.65º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50756E is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB80117110-
CMYK0.3200.060.54
HSL168.65º18.78%38.63%-
HSV(B)168.65º31.62%45.88%-
XYZ12.4815.5517.1-
YUV105.14130.74110.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=26.06%
G=38.11%
B=35.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801171100.3200.060.54168.6518.7838.63
Hex50756E200636a91327
Octal1201651564006662512347
Binary10100001110101110111010000001101101101010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50756E; }

 p { color: rgb(80,117,110); }

 H1.HeaderClassName
 {
   color: #50756E;
 }
 .AnyTagClassName
 {
   color: #50756E;
 }
</style>
background-color css

<style>
 a { background-color: #50756E; }

 a { background-color: rgb(80,117,110); }

 div.DivClassName
 {
   background-color: #50756E;
 }
 .BgClassName
 {
   background-color: #50756E;
 }
</style>
border-color css

<style>
 span { border-color: #50756E; }

 span { border-color: rgb(80,117,110); }

 td.TdClassName
 {
   border-color: #50756E;
 }
 .TagClassName
 {
   border-color: #50756E;
 }
</style>