#57955F

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

Shades of Fruit Salad #57955F

Tints of Fruit Salad #57955F

Color information

#57955F (or 0x57955F) is unknown color: approx Fruit Salad. HEX triplet: 57, 95 and 5F. RGB value is (87,149,95). Sum of RGB (Red+Green+Blue) = 87+149+95=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #57955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57955F is #A86AA0. Grayscale: #7C7C7C. Windows color (decimal): -11037345 or 6264151. OLE color: 6264151.

HSL color Cylindrical-coordinate representation of color #57955F: hue angle of 127.74º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57955F is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8714995-
CMYK0.4200.360.42
HSL127.74º26.27%46.27%-
HSV(B)127.74º41.61%58.43%-
XYZ16.7424.3514.64-
YUV124.31111.46101.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=26.28%
G=45.02%
B=28.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87149950.4200.360.42127.7426.2746.27
Hex57955F2A0242A801a2e
Octal12722513752044522003256
Binary101011110010101101111110101001001001010101000000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,149,95); }

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

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

 a { background-color: rgb(87,149,95); }

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

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

 span { border-color: rgb(87,149,95); }

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