#509B5A

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

Shades of Fruit Salad #509B5A

Tints of Fruit Salad #509B5A

Color information

#509B5A (or 0x509B5A) is unknown color: approx Fruit Salad. HEX triplet: 50, 9B and 5A. RGB value is (80,155,90). Sum of RGB (Red+Green+Blue) = 80+155+90=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #509B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B5A is #AF64A5. Grayscale: #7D7D7D. Windows color (decimal): -11494566 or 5938000. OLE color: 5938000.

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

Color convert

RGB8015590-
CMYK0.4800.420.39
HSL128º31.91%46.08%-
HSV(B)128º48.39%60.78%-
XYZ16.8825.8913.78-
YUV125.16108.1595.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=24.62%
G=47.69%
B=27.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155900.4800.420.3912831.9146.08
Hex509B5A3002A2780202e
Octal12023313260052472004056
Binary1010000100110111011010110000010101010011110000000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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