#50977C

Color #50977C Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #50977C

Tints of Patina #50977C

Color information

#50977C (or 0x50977C) is unknown color: approx Patina. HEX triplet: 50, 97 and 7C. RGB value is (80,151,124). Sum of RGB (Red+Green+Blue) = 80+151+124=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #50977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50977C is #AF6883. Grayscale: #7E7E7E. Windows color (decimal): -11495556 or 8165200. OLE color: 8165200.

HSL color Cylindrical-coordinate representation of color #50977C: hue angle of 157.18º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50977C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB80151124-
CMYK0.4700.180.41
HSL157.18º30.74%45.29%-
HSV(B)157.18º47.02%59.22%-
XYZ18.0125.2923-
YUV126.69126.4894.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=22.54%
G=42.54%
B=34.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511240.4700.180.41157.1830.7445.29
Hex50977C2F012299d1f2d
Octal12022717457022512353755
Binary10100001001011111111001011110100101010011001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,151,124); }

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

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

 a { background-color: rgb(80,151,124); }

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

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

 span { border-color: rgb(80,151,124); }

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