#509354

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

Shades of Fruit Salad #509354

Tints of Fruit Salad #509354

Color information

#509354 (or 0x509354) is unknown color: approx Fruit Salad. HEX triplet: 50, 93 and 54. RGB value is (80,147,84). Sum of RGB (Red+Green+Blue) = 80+147+84=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #509354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509354 is #AF6CAB. Grayscale: #777777. Windows color (decimal): -11496620 or 5542736. OLE color: 5542736.

HSL color Cylindrical-coordinate representation of color #509354: hue angle of 123.58º 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 #509354 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB8014784-
CMYK0.4600.430.42
HSL123.58º29.52%44.51%-
HSV(B)123.58º45.58%57.65%-
XYZ15.3423.2112.06-
YUV119.78107.899.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=25.72%
G=47.27%
B=27.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147840.4600.430.42123.5829.5244.51
Hex5093542E02B2A7c1e2d
Octal12022312456053521743655
Binary10100001001001110101001011100101011101010111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509354; }

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

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

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

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

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

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

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

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