#529B57

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

Shades of Fruit Salad #529B57

Tints of Fruit Salad #529B57

Color information

#529B57 (or 0x529B57) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 57. RGB value is (82,155,87). Sum of RGB (Red+Green+Blue) = 82+155+87=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #529B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B57 is #AD64A8. Grayscale: #7D7D7D. Windows color (decimal): -11363497 or 5741394. OLE color: 5741394.

HSL color Cylindrical-coordinate representation of color #529B57: hue angle of 124.11º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B57 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB8215587-
CMYK0.4700.440.39
HSL124.11º30.8%46.47%-
HSV(B)124.11º47.1%60.78%-
XYZ16.9225.9213.13-
YUV125.42106.3297.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=25.31%
G=47.84%
B=26.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155870.4700.440.39124.1130.846.47
Hex529B572F02C277c1f2e
Octal12223312757054471743756
Binary10100101001101110101111011110101100100111111110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529B57; }

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

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

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

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

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

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

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

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