#529156

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

Shades of Fruit Salad #529156

Tints of Fruit Salad #529156

Color information

#529156 (or 0x529156) is unknown color: approx Fruit Salad. HEX triplet: 52, 91 and 56. RGB value is (82,145,86). Sum of RGB (Red+Green+Blue) = 82+145+86=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #529156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529156 is #AD6EA9. Grayscale: #777777. Windows color (decimal): -11366058 or 5673298. OLE color: 5673298.

HSL color Cylindrical-coordinate representation of color #529156: hue angle of 123.81º 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 #529156 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB8214586-
CMYK0.4300.410.43
HSL123.81º27.75%44.51%-
HSV(B)123.81º43.45%56.86%-
XYZ15.2822.7212.38-
YUV119.44109.13101.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=26.20%
G=46.33%
B=27.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82145860.4300.410.43123.8127.7544.51
Hex5291562B0292B7c1c2d
Octal12222112653051531743455
Binary10100101001000110101101010110101001101011111110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529156; }

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

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

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

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

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

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

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

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