#529859

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

Shades of Fruit Salad #529859

Tints of Fruit Salad #529859

Color information

#529859 (or 0x529859) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 59. RGB value is (82,152,89). Sum of RGB (Red+Green+Blue) = 82+152+89=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #529859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529859 is #AD67A6. Grayscale: #7C7C7C. Windows color (decimal): -11364263 or 5871698. OLE color: 5871698.

HSL color Cylindrical-coordinate representation of color #529859: hue angle of 126º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529859 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB8215289-
CMYK0.4600.410.40
HSL126º29.91%45.88%-
HSV(B)126º46.05%59.61%-
XYZ16.5124.9713.4-
YUV123.89108.3198.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=25.39%
G=47.06%
B=27.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152890.4600.410.4012629.9145.88
Hex5298592E029287e1e2e
Octal12223013156051501763656
Binary10100101001100010110011011100101001101000111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529859; }

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

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

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

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

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

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

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

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