#50934A

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

Shades of Fruit Salad #50934A

Tints of Fruit Salad #50934A

Color information

#50934A (or 0x50934A) is unknown color: approx Fruit Salad. HEX triplet: 50, 93 and 4A. RGB value is (80,147,74). Sum of RGB (Red+Green+Blue) = 80+147+74=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #50934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50934A is #AF6CB5. Grayscale: #767676. Windows color (decimal): -11496630 or 4887376. OLE color: 4887376.

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

Color convert

RGB8014774-
CMYK0.4600.500.42
HSL115.07º33.03%43.33%-
HSV(B)115.07º49.66%57.65%-
XYZ14.9823.0710.14-
YUV118.65102.8100.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=26.58%
G=48.84%
B=24.58%

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
Decimal80147740.4600.500.42115.0733.0343.33
Hex50934A2E0322A73212b
Octal12022311256062521634153
Binary101000010010011100101010111001100101010101110011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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