#50995B

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

Shades of Fruit Salad #50995B

Tints of Fruit Salad #50995B

Color information

#50995B (or 0x50995B) is unknown color: approx Fruit Salad. HEX triplet: 50, 99 and 5B. RGB value is (80,153,91). Sum of RGB (Red+Green+Blue) = 80+153+91=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #50995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50995B is #AF66A4. Grayscale: #7C7C7C. Windows color (decimal): -11495077 or 6003024. OLE color: 6003024.

HSL color Cylindrical-coordinate representation of color #50995B: hue angle of 129.04º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50995B is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB8015391-
CMYK0.4800.410.4
HSL129.04º31.33%45.69%-
HSV(B)129.04º47.71%60%-
XYZ16.5925.2413.9-
YUV124.1109.3296.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=24.69%
G=47.22%
B=28.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153910.4800.410.4129.0431.3345.69
Hex50995B3002928811f2e
Octal12023113360051502013756
Binary101000010011001101101111000001010011010001000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,153,91); }

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

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

 a { background-color: rgb(80,153,91); }

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

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

 span { border-color: rgb(80,153,91); }

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