#559C46

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

Shades of Fruit Salad #559C46

Tints of Fruit Salad #559C46

Color information

#559C46 (or 0x559C46) is unknown color: approx Fruit Salad. HEX triplet: 55, 9C and 46. RGB value is (85,156,70). Sum of RGB (Red+Green+Blue) = 85+156+70=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #559C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C46 is #AA63B9. Grayscale: #7D7D7D. Windows color (decimal): -11166650 or 4627541. OLE color: 4627541.

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

Color convert

RGB8515670-
CMYK0.4600.550.39
HSL109.53º38.05%44.31%-
HSV(B)109.53º55.13%61.18%-
XYZ16.7426.159.96-
YUV124.9796.9899.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=27.33%
G=50.16%
B=22.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156700.4600.550.39109.5338.0544.31
Hex559C462E037276e262c
Octal12523410656067471564654
Binary101010110011100100011010111001101111001111101110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,156,70); }

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

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

 a { background-color: rgb(85,156,70); }

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

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

 span { border-color: rgb(85,156,70); }

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