#509259

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

Shades of Fruit Salad #509259

Tints of Fruit Salad #509259

Color information

#509259 (or 0x509259) is unknown color: approx Fruit Salad. HEX triplet: 50, 92 and 59. RGB value is (80,146,89). Sum of RGB (Red+Green+Blue) = 80+146+89=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #509259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509259 is #AF6DA6. Grayscale: #777777. Windows color (decimal): -11496871 or 5870160. OLE color: 5870160.

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

Color convert

RGB8014689-
CMYK0.4500.390.43
HSL128.18º29.2%44.31%-
HSV(B)128.18º45.21%57.25%-
XYZ15.3922.9813.08-
YUV119.77110.6399.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 89 (35.16% from 255) = 28.25%
R=25.40%
G=46.35%
B=28.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146890.4500.390.43128.1829.244.31
Hex5092592D0272B801d2c
Octal12022213155047532003554
Binary101000010010010101100110110101001111010111000000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509259; }

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

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

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

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

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

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

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

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