#509257

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

Shades of Fruit Salad #509257

Tints of Fruit Salad #509257

Color information

#509257 (or 0x509257) is unknown color: approx Fruit Salad. HEX triplet: 50, 92 and 57. RGB value is (80,146,87). Sum of RGB (Red+Green+Blue) = 80+146+87=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #509257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509257 is #AF6DA8. Grayscale: #777777. Windows color (decimal): -11496873 or 5739088. OLE color: 5739088.

HSL color Cylindrical-coordinate representation of color #509257: hue angle of 126.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509257 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB8014687-
CMYK0.4500.400.43
HSL126.36º29.2%44.31%-
HSV(B)126.36º45.21%57.25%-
XYZ15.3122.9512.64-
YUV119.54109.6399.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=25.56%
G=46.65%
B=27.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146870.4500.400.43126.3629.244.31
Hex5092572D0282B7e1d2c
Octal12022212755050531763554
Binary10100001001001010101111011010101000101011111111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509257; }

 p { color: rgb(80,146,87); }

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

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

 a { background-color: rgb(80,146,87); }

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

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

 span { border-color: rgb(80,146,87); }

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