#50934D

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

Shades of Fruit Salad #50934D

Tints of Fruit Salad #50934D

Color information

#50934D (or 0x50934D) is unknown color: approx Fruit Salad. HEX triplet: 50, 93 and 4D. RGB value is (80,147,77). Sum of RGB (Red+Green+Blue) = 80+147+77=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #50934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50934D is #AF6CB2. Grayscale: #777777. Windows color (decimal): -11496627 or 5083984. OLE color: 5083984.

HSL color Cylindrical-coordinate representation of color #50934D: hue angle of 117.43º degrees, saturation: 0.31, 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 #50934D is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB8014777-
CMYK0.4600.480.42
HSL117.43º31.25%43.92%-
HSV(B)117.43º47.62%57.65%-
XYZ15.0823.1110.69-
YUV118.99104.3100.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=26.32%
G=48.36%
B=25.33%

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
Decimal80147770.4600.480.42117.4331.2543.92
Hex50934D2E0302A751f2c
Octal12022311556060521653754
Binary10100001001001110011011011100110000101010111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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