#509656

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

Shades of Fruit Salad #509656

Tints of Fruit Salad #509656

Color information

#509656 (or 0x509656) is unknown color: approx Fruit Salad. HEX triplet: 50, 96 and 56. RGB value is (80,150,86). Sum of RGB (Red+Green+Blue) = 80+150+86=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #509656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509656 is #AF69A9. Grayscale: #797979. Windows color (decimal): -11495850 or 5674576. OLE color: 5674576.

HSL color Cylindrical-coordinate representation of color #509656: hue angle of 125.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509656 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB8015086-
CMYK0.4700.430.41
HSL125.14º30.43%45.1%-
HSV(B)125.14º46.67%58.82%-
XYZ15.8924.1912.64-
YUV121.77107.8198.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=25.32%
G=47.47%
B=27.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150860.4700.430.41125.1430.4345.1
Hex5096562F02B297d1e2d
Octal12022612657053511753655
Binary10100001001011010101101011110101011101001111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509656; }

 p { color: rgb(80,150,86); }

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

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

 a { background-color: rgb(80,150,86); }

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

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

 span { border-color: rgb(80,150,86); }

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