#509642

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

Shades of Fruit Salad #509642

Tints of Fruit Salad #509642

Color information

#509642 (or 0x509642) is unknown color: approx Fruit Salad. HEX triplet: 50, 96 and 42. RGB value is (80,150,66). Sum of RGB (Red+Green+Blue) = 80+150+66=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #509642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509642 is #AF69BD. Grayscale: #777777. Windows color (decimal): -11495870 or 4363856. OLE color: 4363856.

HSL color Cylindrical-coordinate representation of color #509642: hue angle of 110º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509642 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB8015066-
CMYK0.4700.560.41
HSL110º38.89%42.35%-
HSV(B)110º56%58.82%-
XYZ15.223.918.97-
YUV119.4997.8199.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=27.03%
G=50.68%
B=22.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150660.4700.560.4111038.8942.35
Hex5096422F038296e272a
Octal12022610257070511564752
Binary101000010010110100001010111101110001010011101110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509642; }

 p { color: rgb(80,150,66); }

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

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

 a { background-color: rgb(80,150,66); }

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

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

 span { border-color: rgb(80,150,66); }

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