#50786C

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

Shades of Dark Green Copper #50786C

Tints of Dark Green Copper #50786C

Color information

#50786C (or 0x50786C) is unknown color: approx Dark Green Copper. HEX triplet: 50, 78 and 6C. RGB value is (80,120,108). Sum of RGB (Red+Green+Blue) = 80+120+108=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #50786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50786C is #AF8793. Grayscale: #6A6A6A. Windows color (decimal): -11503508 or 7108688. OLE color: 7108688.

HSL color Cylindrical-coordinate representation of color #50786C: hue angle of 162º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50786C is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB80120108-
CMYK0.3300.100.53
HSL162º20%39.22%-
HSV(B)162º33.33%47.06%-
XYZ12.7316.2216.65-
YUV106.67128.75108.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=25.97%
G=38.96%
B=35.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801201080.3300.100.531622039.22
Hex50786C210A35a21427
Octal12017015441012652422447
Binary101000011110001101100100001010101101011010001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50786C; }

 p { color: rgb(80,120,108); }

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

<style>
 a { background-color: #50786C; }

 a { background-color: rgb(80,120,108); }

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

<style>
 span { border-color: #50786C; }

 span { border-color: rgb(80,120,108); }

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