#529359

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

Shades of Fruit Salad #529359

Tints of Fruit Salad #529359

Color information

#529359 (or 0x529359) is unknown color: approx Fruit Salad. HEX triplet: 52, 93 and 59. RGB value is (82,147,89). Sum of RGB (Red+Green+Blue) = 82+147+89=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #529359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529359 is #AD6CA6. Grayscale: #797979. Windows color (decimal): -11365543 or 5870418. OLE color: 5870418.

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

Color convert

RGB8214789-
CMYK0.4400.390.42
HSL126.46º28.38%44.9%-
HSV(B)126.46º44.22%57.65%-
XYZ15.7223.3813.14-
YUV120.95109.97100.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=25.79%
G=46.23%
B=27.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147890.4400.390.42126.4628.3844.9
Hex5293592C0272A7e1c2d
Octal12222313154047521763455
Binary10100101001001110110011011000100111101010111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529359; }

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

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

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

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

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

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

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

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