#50977B

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

Shades of Patina #50977B

Tints of Patina #50977B

Color information

#50977B (or 0x50977B) is unknown color: approx Patina. HEX triplet: 50, 97 and 7B. RGB value is (80,151,123). Sum of RGB (Red+Green+Blue) = 80+151+123=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #50977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50977B is #AF6884. Grayscale: #7E7E7E. Windows color (decimal): -11495557 or 8099664. OLE color: 8099664.

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

Color convert

RGB80151123-
CMYK0.4700.190.41
HSL156.34º30.74%45.29%-
HSV(B)156.34º47.02%59.22%-
XYZ17.9525.2722.67-
YUV126.58125.9894.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=22.60%
G=42.66%
B=34.75%

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
Decimal801511230.4700.190.41156.3430.7445.29
Hex50977B2F013299c1f2d
Octal12022717357023512343755
Binary10100001001011111110111011110100111010011001110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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