#509B4E

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

Shades of Fruit Salad #509B4E

Tints of Fruit Salad #509B4E

Color information

#509B4E (or 0x509B4E) is unknown color: approx Fruit Salad. HEX triplet: 50, 9B and 4E. RGB value is (80,155,78). Sum of RGB (Red+Green+Blue) = 80+155+78=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #509B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B4E is #AF64B1. Grayscale: #7C7C7C. Windows color (decimal): -11494578 or 5151568. OLE color: 5151568.

HSL color Cylindrical-coordinate representation of color #509B4E: hue angle of 118.44º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509B4E is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB8015578-
CMYK0.4800.500.39
HSL118.44º33.05%45.69%-
HSV(B)118.44º49.68%60.78%-
XYZ16.425.711.3-
YUV123.8102.1596.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 155 (60.94% from 255) = 49.52%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=25.56%
G=49.52%
B=24.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155780.4800.500.39118.4433.0545.69
Hex509B4E300322776212e
Octal12023311660062471664156
Binary101000010011011100111011000001100101001111110110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509B4E; }

 p { color: rgb(80,155,78); }

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

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

 a { background-color: rgb(80,155,78); }

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

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

 span { border-color: rgb(80,155,78); }

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