#559D47

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

Shades of Fruit Salad #559D47

Tints of Fruit Salad #559D47

Color information

#559D47 (or 0x559D47) is unknown color: approx Fruit Salad. HEX triplet: 55, 9D and 47. RGB value is (85,157,71). Sum of RGB (Red+Green+Blue) = 85+157+71=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #559D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D47 is #AA62B8. Grayscale: #7D7D7D. Windows color (decimal): -11166393 or 4693333. OLE color: 4693333.

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

Color convert

RGB8515771-
CMYK0.4600.550.38
HSL110.23º37.72%44.71%-
HSV(B)110.23º54.78%61.57%-
XYZ16.9426.510.18-
YUV125.6797.1598.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 157 (61.72% from 255) = 50.16%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=27.16%
G=50.16%
B=22.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157710.4600.550.38110.2337.7244.71
Hex559D472E037266e262d
Octal12523510756067461564655
Binary101010110011101100011110111001101111001101101110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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