#50934C

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

Shades of Fruit Salad #50934C

Tints of Fruit Salad #50934C

Color information

#50934C (or 0x50934C) is unknown color: approx Fruit Salad. HEX triplet: 50, 93 and 4C. RGB value is (80,147,76). Sum of RGB (Red+Green+Blue) = 80+147+76=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #50934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50934C is #AF6CB3. Grayscale: #777777. Windows color (decimal): -11496628 or 5018448. OLE color: 5018448.

HSL color Cylindrical-coordinate representation of color #50934C: hue angle of 116.62º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50934C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB8014776-
CMYK0.4600.480.42
HSL116.62º31.84%43.73%-
HSV(B)116.62º48.3%57.65%-
XYZ15.0523.0910.5-
YUV118.87103.8100.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=26.40%
G=48.51%
B=25.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147760.4600.480.42116.6231.8443.73
Hex50934C2E0302A75202c
Octal12022311456060521654054
Binary101000010010011100110010111001100001010101110101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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