#549550

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

Shades of Fruit Salad #549550

Tints of Fruit Salad #549550

Color information

#549550 (or 0x549550) is unknown color: approx Fruit Salad. HEX triplet: 54, 95 and 50. RGB value is (84,149,80). Sum of RGB (Red+Green+Blue) = 84+149+80=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #549550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549550 is #AB6AAF. Grayscale: #797979. Windows color (decimal): -11233968 or 5281108. OLE color: 5281108.

HSL color Cylindrical-coordinate representation of color #549550: hue angle of 116.52º 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 #549550 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB8414980-
CMYK0.4400.460.42
HSL116.52º30.13%44.9%-
HSV(B)116.52º46.31%58.43%-
XYZ15.8523.9611.38-
YUV121.7104.47101.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=26.84%
G=47.60%
B=25.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149800.4400.460.42116.5230.1344.9
Hex5495502C02E2A751e2d
Octal12422512054056521653655
Binary10101001001010110100001011000101110101010111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549550; }

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

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

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

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

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

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

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

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