#509B46

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

Shades of Fruit Salad #509B46

Tints of Fruit Salad #509B46

Color information

#509B46 (or 0x509B46) is unknown color: approx Fruit Salad. HEX triplet: 50, 9B and 46. RGB value is (80,155,70). Sum of RGB (Red+Green+Blue) = 80+155+70=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #509B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B46 is #AF64B9. Grayscale: #7B7B7B. Windows color (decimal): -11494586 or 4627280. OLE color: 4627280.

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

Color convert

RGB8015570-
CMYK0.4800.550.39
HSL112.94º37.78%44.12%-
HSV(B)112.94º54.84%60.78%-
XYZ16.1425.599.88-
YUV122.8898.1597.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 155 (60.94% from 255) = 50.82%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=26.23%
G=50.82%
B=22.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155700.4800.550.39112.9437.7844.12
Hex509B46300372771262c
Octal12023310660067471614654
Binary101000010011011100011011000001101111001111110001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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