#509158

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

Shades of Fruit Salad #509158

Tints of Fruit Salad #509158

Color information

#509158 (or 0x509158) is unknown color: approx Fruit Salad. HEX triplet: 50, 91 and 58. RGB value is (80,145,88). Sum of RGB (Red+Green+Blue) = 80+145+88=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #509158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509158 is #AF6EA7. Grayscale: #777777. Windows color (decimal): -11497128 or 5804368. OLE color: 5804368.

HSL color Cylindrical-coordinate representation of color #509158: hue angle of 127.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509158 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB8014588-
CMYK0.4500.390.43
HSL127.38º28.89%44.12%-
HSV(B)127.38º44.83%56.86%-
XYZ15.222.6612.81-
YUV119.07110.47100.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=25.56%
G=46.33%
B=28.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80145880.4500.390.43127.3828.8944.12
Hex5091582D0272B7f1d2c
Octal12022113055047531773554
Binary10100001001000110110001011010100111101011111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509158; }

 p { color: rgb(80,145,88); }

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

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

 a { background-color: rgb(80,145,88); }

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

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

 span { border-color: rgb(80,145,88); }

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