#55AA48

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

Shades of Fruit Salad #55AA48

Tints of Fruit Salad #55AA48

Color information

#55AA48 (or 0x55AA48) is unknown color: approx Fruit Salad. HEX triplet: 55, AA and 48. RGB value is (85,170,72). Sum of RGB (Red+Green+Blue) = 85+170+72=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA48 is #AA55B7. Grayscale: #858585. Windows color (decimal): -11163064 or 4762197. OLE color: 4762197.

HSL color Cylindrical-coordinate representation of color #55AA48: hue angle of 112.04º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55AA48 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB8517072-
CMYK0.5000.580.33
HSL112.04º40.5%47.45%-
HSV(B)112.04º57.65%66.67%-
XYZ19.2931.1511.13-
YUV133.4193.3493.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 170 (66.80% from 255) = 51.99%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=25.99%
G=51.99%
B=22.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170720.5000.580.33112.0440.547.45
Hex55AA483203A2170282f
Octal12525211062072411605057
Binary101010110101010100100011001001110101000011110000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AA48; }

 p { color: rgb(85,170,72); }

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

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

 a { background-color: rgb(85,170,72); }

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

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

 span { border-color: rgb(85,170,72); }

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