#559961

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

Shades of Fruit Salad #559961

Tints of Fruit Salad #559961

Color information

#559961 (or 0x559961) is unknown color: approx Fruit Salad. HEX triplet: 55, 99 and 61. RGB value is (85,153,97). Sum of RGB (Red+Green+Blue) = 85+153+97=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #559961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559961 is #AA669E. Grayscale: #7E7E7E. Windows color (decimal): -11167391 or 6396245. OLE color: 6396245.

HSL color Cylindrical-coordinate representation of color #559961: hue angle of 130.59º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559961 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB8515397-
CMYK0.4400.370.4
HSL130.59º28.57%46.67%-
HSV(B)130.59º44.44%60%-
XYZ17.325.5815.33-
YUV126.28111.4798.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=25.37%
G=45.67%
B=28.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153970.4400.370.4130.5928.5746.67
Hex5599612C02528831d2f
Octal12523114154045502033557
Binary101010110011001110000110110001001011010001000001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559961; }

 p { color: rgb(85,153,97); }

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

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

 a { background-color: rgb(85,153,97); }

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

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

 span { border-color: rgb(85,153,97); }

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