#50944A

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

Shades of Fruit Salad #50944A

Tints of Fruit Salad #50944A

Color information

#50944A (or 0x50944A) is unknown color: approx Fruit Salad. HEX triplet: 50, 94 and 4A. RGB value is (80,148,74). Sum of RGB (Red+Green+Blue) = 80+148+74=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #50944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50944A is #AF6BB5. Grayscale: #777777. Windows color (decimal): -11496374 or 4887632. OLE color: 4887632.

HSL color Cylindrical-coordinate representation of color #50944A: hue angle of 115.14º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50944A is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB8014874-
CMYK0.4600.500.42
HSL115.14º33.33%43.53%-
HSV(B)115.14º50%58.04%-
XYZ15.1323.3810.19-
YUV119.23102.47100.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=26.49%
G=49.01%
B=24.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148740.4600.500.42115.1433.3343.53
Hex50944A2E0322A73212c
Octal12022411256062521634154
Binary101000010010100100101010111001100101010101110011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,148,74); }

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

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

 a { background-color: rgb(80,148,74); }

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

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

 span { border-color: rgb(80,148,74); }

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