#50944F

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

Shades of Fruit Salad #50944F

Tints of Fruit Salad #50944F

Color information

#50944F (or 0x50944F) is unknown color: approx Fruit Salad. HEX triplet: 50, 94 and 4F. RGB value is (80,148,79). Sum of RGB (Red+Green+Blue) = 80+148+79=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #50944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50944F is #AF6BB0. Grayscale: #787878. Windows color (decimal): -11496369 or 5215312. OLE color: 5215312.

HSL color Cylindrical-coordinate representation of color #50944F: hue angle of 119.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50944F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB8014879-
CMYK0.4600.470.42
HSL119.13º30.4%44.51%-
HSV(B)119.13º46.62%58.04%-
XYZ15.3123.4511.12-
YUV119.8104.9799.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 148 (58.20% from 255) = 48.21%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=26.06%
G=48.21%
B=25.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148790.4600.470.42119.1330.444.51
Hex50944F2E02F2A771e2d
Octal12022411756057521673655
Binary10100001001010010011111011100101111101010111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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