#529357

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

Shades of Fruit Salad #529357

Tints of Fruit Salad #529357

Color information

#529357 (or 0x529357) is unknown color: approx Fruit Salad. HEX triplet: 52, 93 and 57. RGB value is (82,147,87). Sum of RGB (Red+Green+Blue) = 82+147+87=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #529357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529357 is #AD6CA8. Grayscale: #787878. Windows color (decimal): -11365545 or 5739346. OLE color: 5739346.

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

Color convert

RGB8214787-
CMYK0.4400.410.42
HSL124.62º28.38%44.9%-
HSV(B)124.62º44.22%57.65%-
XYZ15.6323.3512.7-
YUV120.72108.97100.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=25.95%
G=46.52%
B=27.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147870.4400.410.42124.6228.3844.9
Hex5293572C0292A7d1c2d
Octal12222312754051521753455
Binary10100101001001110101111011000101001101010111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529357; }

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

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

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

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

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

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

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

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