#529F50

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

Shades of Fruit Salad #529F50

Tints of Fruit Salad #529F50

Color information

#529F50 (or 0x529F50) is unknown color: approx Fruit Salad. HEX triplet: 52, 9F and 50. RGB value is (82,159,80). Sum of RGB (Red+Green+Blue) = 82+159+80=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #529F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F50 is #AD60AF. Grayscale: #7F7F7F. Windows color (decimal): -11362480 or 5283666. OLE color: 5283666.

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

Color convert

RGB8215980-
CMYK0.4800.500.38
HSL118.48º33.05%46.86%-
HSV(B)118.48º49.69%62.35%-
XYZ17.3327.1711.92-
YUV126.97101.4995.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=25.55%
G=49.53%
B=24.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82159800.4800.500.38118.4833.0546.86
Hex529F50300322676212f
Octal12223712060062461664157
Binary101001010011111101000011000001100101001101110110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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