#509957

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

Shades of Fruit Salad #509957

Tints of Fruit Salad #509957

Color information

#509957 (or 0x509957) is unknown color: approx Fruit Salad. HEX triplet: 50, 99 and 57. RGB value is (80,153,87). Sum of RGB (Red+Green+Blue) = 80+153+87=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #509957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509957 is #AF66A8. Grayscale: #7B7B7B. Windows color (decimal): -11495081 or 5740880. OLE color: 5740880.

HSL color Cylindrical-coordinate representation of color #509957: hue angle of 125.75º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509957 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB8015387-
CMYK0.4800.430.4
HSL125.75º31.33%45.69%-
HSV(B)125.75º47.71%60%-
XYZ16.4225.1813.01-
YUV123.65107.3296.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=25%
G=47.81%
B=27.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153870.4800.430.4125.7531.3345.69
Hex5099573002B287e1f2e
Octal12023112760053501763756
Binary10100001001100110101111100000101011101000111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509957; }

 p { color: rgb(80,153,87); }

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

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

 a { background-color: rgb(80,153,87); }

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

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

 span { border-color: rgb(80,153,87); }

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