#55945B

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

Shades of Fruit Salad #55945B

Tints of Fruit Salad #55945B

Color information

#55945B (or 0x55945B) is unknown color: approx Fruit Salad. HEX triplet: 55, 94 and 5B. RGB value is (85,148,91). Sum of RGB (Red+Green+Blue) = 85+148+91=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #55945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55945B is #AA6BA4. Grayscale: #7A7A7A. Windows color (decimal): -11168677 or 6001749. OLE color: 6001749.

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

Color convert

RGB8514891-
CMYK0.4300.390.42
HSL125.71º27.04%45.69%-
HSV(B)125.71º42.57%58.04%-
XYZ16.2223.8713.65-
YUV122.66110.13101.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=26.23%
G=45.68%
B=28.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148910.4300.390.42125.7127.0445.69
Hex55945B2B0272A7e1b2e
Octal12522413353047521763356
Binary10101011001010010110111010110100111101010111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55945B; }

 p { color: rgb(85,148,91); }

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

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

 a { background-color: rgb(85,148,91); }

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

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

 span { border-color: rgb(85,148,91); }

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