#529259

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

Shades of Fruit Salad #529259

Tints of Fruit Salad #529259

Color information

#529259 (or 0x529259) is unknown color: approx Fruit Salad. HEX triplet: 52, 92 and 59. RGB value is (82,146,89). Sum of RGB (Red+Green+Blue) = 82+146+89=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #529259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529259 is #AD6DA6. Grayscale: #787878. Windows color (decimal): -11365799 or 5870162. OLE color: 5870162.

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

Color convert

RGB8214689-
CMYK0.4400.390.43
HSL126.56º28.07%44.71%-
HSV(B)126.56º43.84%57.25%-
XYZ15.5623.0713.08-
YUV120.37110.3100.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=25.87%
G=46.06%
B=28.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146890.4400.390.43126.5628.0744.71
Hex5292592C0272B7f1c2d
Octal12222213154047531773455
Binary10100101001001010110011011000100111101011111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529259; }

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

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

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

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

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

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

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

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