#529157

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

Shades of Fruit Salad #529157

Tints of Fruit Salad #529157

Color information

#529157 (or 0x529157) is unknown color: approx Fruit Salad. HEX triplet: 52, 91 and 57. RGB value is (82,145,87). Sum of RGB (Red+Green+Blue) = 82+145+87=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #529157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529157 is #AD6EA8. Grayscale: #777777. Windows color (decimal): -11366057 or 5738834. OLE color: 5738834.

HSL color Cylindrical-coordinate representation of color #529157: hue angle of 124.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529157 is Cyan = 0.43, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB8214587-
CMYK0.4300.40.43
HSL124.76º27.75%44.51%-
HSV(B)124.76º43.45%56.86%-
XYZ15.3322.7312.6-
YUV119.55109.63101.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=26.11%
G=46.18%
B=27.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82145870.4300.40.43124.7627.7544.51
Hex5291572B0282B7d1c2d
Octal12222112753050531753455
Binary10100101001000110101111010110101000101011111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529157; }

 p { color: rgb(82,145,87); }

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

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

 a { background-color: rgb(82,145,87); }

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

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

 span { border-color: rgb(82,145,87); }

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