#50736B

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

Shades of Dark Green Copper #50736B

Tints of Dark Green Copper #50736B

Color information

#50736B (or 0x50736B) is unknown color: approx Dark Green Copper. HEX triplet: 50, 73 and 6B. RGB value is (80,115,107). Sum of RGB (Red+Green+Blue) = 80+115+107=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #50736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50736B is #AF8C94. Grayscale: #676767. Windows color (decimal): -11504789 or 7041872. OLE color: 7041872.

HSL color Cylindrical-coordinate representation of color #50736B: hue angle of 166.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50736B is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB80115107-
CMYK0.3000.070.55
HSL166.29º17.95%38.24%-
HSV(B)166.29º30.43%45.1%-
XYZ12.0915.0316.17-
YUV103.62129.9111.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=26.49%
G=38.08%
B=35.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801151070.3000.070.55166.2917.9538.24
Hex50736B1E0737a61226
Octal1201631533607672462246
Binary1010000111001111010111111001111101111010011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50736B; }

 p { color: rgb(80,115,107); }

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

<style>
 a { background-color: #50736B; }

 a { background-color: rgb(80,115,107); }

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

<style>
 span { border-color: #50736B; }

 span { border-color: rgb(80,115,107); }

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