#529857

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

Shades of Fruit Salad #529857

Tints of Fruit Salad #529857

Color information

#529857 (or 0x529857) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 57. RGB value is (82,152,87). Sum of RGB (Red+Green+Blue) = 82+152+87=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #529857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529857 is #AD67A8. Grayscale: #7B7B7B. Windows color (decimal): -11364265 or 5740626. OLE color: 5740626.

HSL color Cylindrical-coordinate representation of color #529857: hue angle of 124.29º 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 #529857 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB8215287-
CMYK0.4600.430.40
HSL124.29º29.91%45.88%-
HSV(B)124.29º46.05%59.61%-
XYZ16.4324.9412.96-
YUV123.66107.3198.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=25.55%
G=47.35%
B=27.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152870.4600.430.40124.2929.9145.88
Hex5298572E02B287c1e2e
Octal12223012756053501743656
Binary10100101001100010101111011100101011101000111110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529857; }

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

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

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

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

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

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

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

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