#559D5F

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

Shades of Fruit Salad #559D5F

Tints of Fruit Salad #559D5F

Color information

#559D5F (or 0x559D5F) is unknown color: approx Fruit Salad. HEX triplet: 55, 9D and 5F. RGB value is (85,157,95). Sum of RGB (Red+Green+Blue) = 85+157+95=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #559D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D5F is #AA62A0. Grayscale: #808080. Windows color (decimal): -11166369 or 6266197. OLE color: 6266197.

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

Color convert

RGB8515795-
CMYK0.4600.390.38
HSL128.33º29.75%47.45%-
HSV(B)128.33º45.86%61.57%-
XYZ17.8726.8715.07-
YUV128.4109.1597.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 157 (61.72% from 255) = 46.59%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=25.22%
G=46.59%
B=28.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157950.4600.390.38128.3329.7547.45
Hex559D5F2E02726801e2f
Octal12523513756047462003657
Binary101010110011101101111110111001001111001101000000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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