#509445

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

Shades of Fruit Salad #509445

Tints of Fruit Salad #509445

Color information

#509445 (or 0x509445) is unknown color: approx Fruit Salad. HEX triplet: 50, 94 and 45. RGB value is (80,148,69). Sum of RGB (Red+Green+Blue) = 80+148+69=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #509445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509445 is #AF6BBA. Grayscale: #767676. Windows color (decimal): -11496379 or 4559952. OLE color: 4559952.

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

Color convert

RGB8014869-
CMYK0.4600.530.42
HSL111.65º36.41%42.55%-
HSV(B)111.65º53.38%58.04%-
XYZ14.9723.319.34-
YUV118.6699.97100.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=26.94%
G=49.83%
B=23.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148690.4600.530.42111.6536.4142.55
Hex5094452E0352A70242b
Octal12022410556065521604453
Binary101000010010100100010110111001101011010101110000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509445; }

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

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

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

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

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

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

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

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