#50964B

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

Shades of Fruit Salad #50964B

Tints of Fruit Salad #50964B

Color information

#50964B (or 0x50964B) is unknown color: approx Fruit Salad. HEX triplet: 50, 96 and 4B. RGB value is (80,150,75). Sum of RGB (Red+Green+Blue) = 80+150+75=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #50964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50964B is #AF69B4. Grayscale: #787878. Windows color (decimal): -11495861 or 4953680. OLE color: 4953680.

HSL color Cylindrical-coordinate representation of color #50964B: hue angle of 116º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50964B is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB8015075-
CMYK0.4700.50.41
HSL116º33.33%44.12%-
HSV(B)116º50%58.82%-
XYZ15.4824.0310.48-
YUV120.52102.3199.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=26.23%
G=49.18%
B=24.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150750.4700.50.4111633.3344.12
Hex50964B2F0322974212c
Octal12022611357062511644154
Binary101000010010110100101110111101100101010011110100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,150,75); }

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

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

 a { background-color: rgb(80,150,75); }

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

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

 span { border-color: rgb(80,150,75); }

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