#529F56

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

Shades of Fruit Salad #529F56

Tints of Fruit Salad #529F56

Color information

#529F56 (or 0x529F56) is unknown color: approx Fruit Salad. HEX triplet: 52, 9F and 56. RGB value is (82,159,86). Sum of RGB (Red+Green+Blue) = 82+159+86=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #529F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F56 is #AD60A9. Grayscale: #7F7F7F. Windows color (decimal): -11362474 or 5676882. OLE color: 5676882.

HSL color Cylindrical-coordinate representation of color #529F56: hue angle of 123.12º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F56 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB8215986-
CMYK0.4800.460.38
HSL123.12º31.95%47.25%-
HSV(B)123.12º48.43%62.35%-
XYZ17.5627.2613.14-
YUV127.66104.4995.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 159 (62.5% from 255) = 48.62%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=25.08%
G=48.62%
B=26.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82159860.4800.460.38123.1231.9547.25
Hex529F563002E267b202f
Octal12223712660056461734057
Binary101001010011111101011011000001011101001101111011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,159,86); }

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

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

 a { background-color: rgb(82,159,86); }

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

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

 span { border-color: rgb(82,159,86); }

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