#50977A

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

Shades of Patina #50977A

Tints of Patina #50977A

Color information

#50977A (or 0x50977A) is unknown color: approx Patina. HEX triplet: 50, 97 and 7A. RGB value is (80,151,122). Sum of RGB (Red+Green+Blue) = 80+151+122=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #50977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50977A is #AF6885. Grayscale: #7E7E7E. Windows color (decimal): -11495558 or 8034128. OLE color: 8034128.

HSL color Cylindrical-coordinate representation of color #50977A: hue angle of 155.49º 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 #50977A is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB80151122-
CMYK0.4700.190.41
HSL155.49º30.74%45.29%-
HSV(B)155.49º47.02%59.22%-
XYZ17.8925.2422.34-
YUV126.46125.4894.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=22.66%
G=42.78%
B=34.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511220.4700.190.41155.4930.7445.29
Hex50977A2F013299b1f2d
Octal12022717257023512333755
Binary10100001001011111110101011110100111010011001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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