#559D44

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

Shades of Fruit Salad #559D44

Tints of Fruit Salad #559D44

Color information

#559D44 (or 0x559D44) is unknown color: approx Fruit Salad. HEX triplet: 55, 9D and 44. RGB value is (85,157,68). Sum of RGB (Red+Green+Blue) = 85+157+68=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #559D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D44 is #AA62BB. Grayscale: #7D7D7D. Windows color (decimal): -11166396 or 4496725. OLE color: 4496725.

HSL color Cylindrical-coordinate representation of color #559D44: hue angle of 108.54º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559D44 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB8515768-
CMYK0.4600.570.38
HSL108.54º39.56%44.12%-
HSV(B)108.54º56.69%61.57%-
XYZ16.8526.469.69-
YUV125.3395.6599.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 157 (61.72% from 255) = 50.65%
BLUE value IS 68 (26.95% from 255) = 21.94%
R=27.42%
G=50.65%
B=21.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157680.4600.570.38108.5439.5644.12
Hex559D442E039266d282c
Octal12523510456071461555054
Binary101010110011101100010010111001110011001101101101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,157,68); }

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

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

 a { background-color: rgb(85,157,68); }

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

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

 span { border-color: rgb(85,157,68); }

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