#509649

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

Shades of Fruit Salad #509649

Tints of Fruit Salad #509649

Color information

#509649 (or 0x509649) is unknown color: approx Fruit Salad. HEX triplet: 50, 96 and 49. RGB value is (80,150,73). Sum of RGB (Red+Green+Blue) = 80+150+73=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #509649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509649 is #AF69B6. Grayscale: #787878. Windows color (decimal): -11495863 or 4822608. OLE color: 4822608.

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

Color convert

RGB8015073-
CMYK0.4700.510.41
HSL114.55º34.53%43.73%-
HSV(B)114.55º51.33%58.82%-
XYZ15.422410.12-
YUV120.29101.3199.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 150 (58.98% from 255) = 49.50%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=26.40%
G=49.50%
B=24.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150730.4700.510.41114.5534.5343.73
Hex5096492F0332973232c
Octal12022611157063511634354
Binary101000010010110100100110111101100111010011110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509649; }

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

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

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

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

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

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

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

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