#549B55

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

Shades of Fruit Salad #549B55

Tints of Fruit Salad #549B55

Color information

#549B55 (or 0x549B55) is unknown color: approx Fruit Salad. HEX triplet: 54, 9B and 55. RGB value is (84,155,85). Sum of RGB (Red+Green+Blue) = 84+155+85=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #549B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B55 is #AB64AA. Grayscale: #7D7D7D. Windows color (decimal): -11232427 or 5610324. OLE color: 5610324.

HSL color Cylindrical-coordinate representation of color #549B55: hue angle of 120.85º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B55 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB8415585-
CMYK0.4600.450.39
HSL120.85º29.71%46.86%-
HSV(B)120.85º45.81%60.78%-
XYZ17.0225.9812.71-
YUV125.79104.9898.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=25.93%
G=47.84%
B=26.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84155850.4600.450.39120.8529.7146.86
Hex549B552E02D27791e2f
Octal12423312556055471713657
Binary10101001001101110101011011100101101100111111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549B55; }

 p { color: rgb(84,155,85); }

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

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

 a { background-color: rgb(84,155,85); }

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

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

 span { border-color: rgb(84,155,85); }

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