#55975F

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

Shades of Fruit Salad #55975F

Tints of Fruit Salad #55975F

Color information

#55975F (or 0x55975F) is unknown color: approx Fruit Salad. HEX triplet: 55, 97 and 5F. RGB value is (85,151,95). Sum of RGB (Red+Green+Blue) = 85+151+95=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #55975F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55975F is #AA68A0. Grayscale: #7D7D7D. Windows color (decimal): -11167905 or 6264661. OLE color: 6264661.

HSL color Cylindrical-coordinate representation of color #55975F: hue angle of 129.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55975F is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB8515195-
CMYK0.4400.370.41
HSL129.09º27.97%46.27%-
HSV(B)129.09º43.71%59.22%-
XYZ16.8824.8914.74-
YUV124.88111.1399.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=25.68%
G=45.62%
B=28.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85151950.4400.370.41129.0927.9746.27
Hex55975F2C02529811c2e
Octal12522713754045512013456
Binary101010110010111101111110110001001011010011000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55975F; }

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

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

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

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

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

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

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

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