#509349

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

Shades of Fruit Salad #509349

Tints of Fruit Salad #509349

Color information

#509349 (or 0x509349) is unknown color: approx Fruit Salad. HEX triplet: 50, 93 and 49. RGB value is (80,147,73). Sum of RGB (Red+Green+Blue) = 80+147+73=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #509349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509349 is #AF6CB6. Grayscale: #767676. Windows color (decimal): -11496631 or 4821840. OLE color: 4821840.

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

Color convert

RGB8014773-
CMYK0.4600.500.42
HSL114.32º33.64%43.14%-
HSV(B)114.32º50.34%57.65%-
XYZ14.9423.059.97-
YUV118.53102.3100.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=26.67%
G=49%
B=24.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147730.4600.500.42114.3233.6443.14
Hex5093492E0322A72222b
Octal12022311156062521624253
Binary101000010010011100100110111001100101010101110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509349; }

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

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

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

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

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

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

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

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