#59995A

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

Shades of Fruit Salad #59995A

Tints of Fruit Salad #59995A

Color information

#59995A (or 0x59995A) is unknown color: approx Fruit Salad. HEX triplet: 59, 99 and 5A. RGB value is (89,153,90). Sum of RGB (Red+Green+Blue) = 89+153+90=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #59995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59995A is #A666A5. Grayscale: #7E7E7E. Windows color (decimal): -10905254 or 5937497. OLE color: 5937497.

HSL color Cylindrical-coordinate representation of color #59995A: hue angle of 120.94º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59995A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB8915390-
CMYK0.4200.410.4
HSL120.94º26.45%47.45%-
HSV(B)120.94º41.83%60%-
XYZ17.3625.6413.71-
YUV126.68107.3101.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=26.81%
G=46.08%
B=27.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89153900.4200.410.4120.9426.4547.45
Hex59995A2A02928791a2f
Octal13123113252051501713257
Binary10110011001100110110101010100101001101000111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59995A; }

 p { color: rgb(89,153,90); }

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

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

 a { background-color: rgb(89,153,90); }

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

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

 span { border-color: rgb(89,153,90); }

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