#50756A

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

Shades of Dark Green Copper #50756A

Tints of Dark Green Copper #50756A

Color information

#50756A (or 0x50756A) is unknown color: approx Dark Green Copper. HEX triplet: 50, 75 and 6A. RGB value is (80,117,106). Sum of RGB (Red+Green+Blue) = 80+117+106=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #50756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756A is #AF8A95. Grayscale: #686868. Windows color (decimal): -11504278 or 6976848. OLE color: 6976848.

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

Color convert

RGB80117106-
CMYK0.3200.090.54
HSL162.16º18.78%38.63%-
HSV(B)162.16º31.62%45.88%-
XYZ12.2715.4715.97-
YUV104.68128.74110.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=26.40%
G=38.61%
B=34.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801171060.3200.090.54162.1618.7838.63
Hex50756A200936a21327
Octal12016515240011662422347
Binary101000011101011101010100000010011101101010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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