#509352

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

Shades of Fruit Salad #509352

Tints of Fruit Salad #509352

Color information

#509352 (or 0x509352) is unknown color: approx Fruit Salad. HEX triplet: 50, 93 and 52. RGB value is (80,147,82). Sum of RGB (Red+Green+Blue) = 80+147+82=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #509352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509352 is #AF6CAD. Grayscale: #777777. Windows color (decimal): -11496622 or 5411664. OLE color: 5411664.

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

Color convert

RGB8014782-
CMYK0.4600.440.42
HSL121.79º29.52%44.51%-
HSV(B)121.79º45.58%57.65%-
XYZ15.2623.1811.65-
YUV119.56106.899.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=25.89%
G=47.57%
B=26.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147820.4600.440.42121.7929.5244.51
Hex5093522E02C2A7a1e2d
Octal12022312256054521723655
Binary10100001001001110100101011100101100101010111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509352; }

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

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

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

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

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

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

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

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