#529659

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

Shades of Fruit Salad #529659

Tints of Fruit Salad #529659

Color information

#529659 (or 0x529659) is unknown color: approx Fruit Salad. HEX triplet: 52, 96 and 59. RGB value is (82,150,89). Sum of RGB (Red+Green+Blue) = 82+150+89=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #529659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529659 is #AD69A6. Grayscale: #7A7A7A. Windows color (decimal): -11364775 or 5871186. OLE color: 5871186.

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

Color convert

RGB8215089-
CMYK0.4500.410.41
HSL126.18º29.31%45.49%-
HSV(B)126.18º45.33%58.82%-
XYZ16.1924.3313.29-
YUV122.71108.9798.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=25.55%
G=46.73%
B=27.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150890.4500.410.41126.1829.3145.49
Hex5296592D029297e1d2d
Octal12222613155051511763555
Binary10100101001011010110011011010101001101001111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529659; }

 p { color: rgb(82,150,89); }

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

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

 a { background-color: rgb(82,150,89); }

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

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

 span { border-color: rgb(82,150,89); }

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