#529D5E

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

Shades of Fruit Salad #529D5E

Tints of Fruit Salad #529D5E

Color information

#529D5E (or 0x529D5E) is unknown color: approx Fruit Salad. HEX triplet: 52, 9D and 5E. RGB value is (82,157,94). Sum of RGB (Red+Green+Blue) = 82+157+94=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #529D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D5E is #AD62A1. Grayscale: #7F7F7F. Windows color (decimal): -11362978 or 6200658. OLE color: 6200658.

HSL color Cylindrical-coordinate representation of color #529D5E: hue angle of 129.6º degrees, saturation: 0.31, 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 #529D5E is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB8215794-
CMYK0.4800.400.38
HSL129.6º31.38%46.86%-
HSV(B)129.6º47.77%61.57%-
XYZ17.5626.7214.82-
YUV127.39109.1595.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 157 (61.72% from 255) = 47.15%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=24.62%
G=47.15%
B=28.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82157940.4800.400.38129.631.3846.86
Hex529D5E3002826821f2f
Octal12223513660050462023757
Binary101001010011101101111011000001010001001101000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,94); }

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

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

 a { background-color: rgb(82,157,94); }

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

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

 span { border-color: rgb(82,157,94); }

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