#559A4A

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

Shades of Fruit Salad #559A4A

Tints of Fruit Salad #559A4A

Color information

#559A4A (or 0x559A4A) is unknown color: approx Fruit Salad. HEX triplet: 55, 9A and 4A. RGB value is (85,154,74). Sum of RGB (Red+Green+Blue) = 85+154+74=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #559A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559A4A is #AA65B5. Grayscale: #7C7C7C. Windows color (decimal): -11167158 or 4889173. OLE color: 4889173.

HSL color Cylindrical-coordinate representation of color #559A4A: hue angle of 111.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #559A4A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB8515474-
CMYK0.4500.520.40
HSL111.75º35.09%44.71%-
HSV(B)111.75º51.95%60.39%-
XYZ16.5425.5410.54-
YUV124.2599.64100-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 154 (60.55% from 255) = 49.20%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=27.16%
G=49.20%
B=23.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85154740.4500.520.40111.7535.0944.71
Hex559A4A2D0342870232d
Octal12523211255064501604355
Binary101010110011010100101010110101101001010001110000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559A4A; }

 p { color: rgb(85,154,74); }

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

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

 a { background-color: rgb(85,154,74); }

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

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

 span { border-color: rgb(85,154,74); }

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