#509454

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

Shades of Fruit Salad #509454

Tints of Fruit Salad #509454

Color information

#509454 (or 0x509454) is unknown color: approx Fruit Salad. HEX triplet: 50, 94 and 54. RGB value is (80,148,84). Sum of RGB (Red+Green+Blue) = 80+148+84=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #509454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509454 is #AF6BAB. Grayscale: #787878. Windows color (decimal): -11496364 or 5542992. OLE color: 5542992.

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

Color convert

RGB8014884-
CMYK0.4600.430.42
HSL123.53º29.82%44.71%-
HSV(B)123.53º45.95%58.04%-
XYZ15.523.5312.11-
YUV120.37107.4799.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 84 (33.20% from 255) = 26.92%
R=25.64%
G=47.44%
B=26.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148840.4600.430.42123.5329.8244.71
Hex5094542E02B2A7c1e2d
Octal12022412456053521743655
Binary10100001001010010101001011100101011101010111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509454; }

 p { color: rgb(80,148,84); }

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

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

 a { background-color: rgb(80,148,84); }

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

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

 span { border-color: rgb(80,148,84); }

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