#50974C

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

Shades of Fruit Salad #50974C

Tints of Fruit Salad #50974C

Color information

#50974C (or 0x50974C) is unknown color: approx Fruit Salad. HEX triplet: 50, 97 and 4C. RGB value is (80,151,76). Sum of RGB (Red+Green+Blue) = 80+151+76=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #50974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50974C is #AF68B3. Grayscale: #797979. Windows color (decimal): -11495604 or 5019472. OLE color: 5019472.

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

Color convert

RGB8015176-
CMYK0.4700.500.41
HSL116.8º33.04%44.51%-
HSV(B)116.8º49.67%59.22%-
XYZ15.6824.3610.71-
YUV121.22102.4898.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=26.06%
G=49.19%
B=24.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80151760.4700.500.41116.833.0444.51
Hex50974C2F0322975212d
Octal12022711457062511654155
Binary101000010010111100110010111101100101010011110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50974C; }

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

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

<style>
 a { background-color: #50974C; }

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

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

<style>
 span { border-color: #50974C; }

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

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