#59975E

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

Shades of Fruit Salad #59975E

Tints of Fruit Salad #59975E

Color information

#59975E (or 0x59975E) is unknown color: approx Fruit Salad. HEX triplet: 59, 97 and 5E. RGB value is (89,151,94). Sum of RGB (Red+Green+Blue) = 89+151+94=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #59975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59975E is #A668A1. Grayscale: #7E7E7E. Windows color (decimal): -10905762 or 6199129. OLE color: 6199129.

HSL color Cylindrical-coordinate representation of color #59975E: hue angle of 124.84º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59975E is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB8915194-
CMYK0.4100.380.41
HSL124.84º25.83%47.06%-
HSV(B)124.84º41.06%59.22%-
XYZ17.2125.0714.52-
YUV125.96109.96101.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 151 (59.38% from 255) = 45.21%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=26.65%
G=45.21%
B=28.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89151940.4100.380.41124.8425.8347.06
Hex59975E29026297d1a2f
Octal13122713651046511753257
Binary10110011001011110111101010010100110101001111110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59975E; }

 p { color: rgb(89,151,94); }

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

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

 a { background-color: rgb(89,151,94); }

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

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

 span { border-color: rgb(89,151,94); }

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