#50995C

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

Shades of Fruit Salad #50995C

Tints of Fruit Salad #50995C

Color information

#50995C (or 0x50995C) is unknown color: approx Fruit Salad. HEX triplet: 50, 99 and 5C. RGB value is (80,153,92). Sum of RGB (Red+Green+Blue) = 80+153+92=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #50995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50995C is #AF66A3. Grayscale: #7C7C7C. Windows color (decimal): -11495076 or 6068560. OLE color: 6068560.

HSL color Cylindrical-coordinate representation of color #50995C: hue angle of 129.86º 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 #50995C is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB8015392-
CMYK0.4800.400.4
HSL129.86º31.33%45.69%-
HSV(B)129.86º47.71%60%-
XYZ16.6325.2614.12-
YUV124.22109.8296.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=24.62%
G=47.08%
B=28.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153920.4800.400.4129.8631.3345.69
Hex50995C3002828821f2e
Octal12023113460050502023756
Binary101000010011001101110011000001010001010001000001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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