#50756D

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

Shades of Dark Green Copper #50756D

Tints of Dark Green Copper #50756D

Color information

#50756D (or 0x50756D) is unknown color: approx Dark Green Copper. HEX triplet: 50, 75 and 6D. RGB value is (80,117,109). Sum of RGB (Red+Green+Blue) = 80+117+109=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #50756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756D is #AF8A92. Grayscale: #696969. Windows color (decimal): -11504275 or 7173456. OLE color: 7173456.

HSL color Cylindrical-coordinate representation of color #50756D: hue angle of 167.03º 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 #50756D is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB80117109-
CMYK0.3200.070.54
HSL167.03º18.78%38.63%-
HSV(B)167.03º31.62%45.88%-
XYZ12.4315.5316.81-
YUV105.02130.24110.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=26.14%
G=38.24%
B=35.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801171090.3200.070.54167.0318.7838.63
Hex50756D200736a71327
Octal1201651554007662472347
Binary10100001110101110110110000001111101101010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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