#559C5E

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

Shades of Fruit Salad #559C5E

Tints of Fruit Salad #559C5E

Color information

#559C5E (or 0x559C5E) is unknown color: approx Fruit Salad. HEX triplet: 55, 9C and 5E. RGB value is (85,156,94). Sum of RGB (Red+Green+Blue) = 85+156+94=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #559C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C5E is #AA63A1. Grayscale: #7F7F7F. Windows color (decimal): -11166626 or 6200405. OLE color: 6200405.

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

Color convert

RGB8515694-
CMYK0.4600.400.39
HSL127.61º29.46%47.25%-
HSV(B)127.61º45.51%61.18%-
XYZ17.6626.5214.78-
YUV127.7108.9897.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=25.37%
G=46.57%
B=28.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156940.4600.400.39127.6129.4647.25
Hex559C5E2E02827801d2f
Octal12523413656050472003557
Binary101010110011100101111010111001010001001111000000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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