#529C5F

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

Shades of Fruit Salad #529C5F

Tints of Fruit Salad #529C5F

Color information

#529C5F (or 0x529C5F) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 5F. RGB value is (82,156,95). Sum of RGB (Red+Green+Blue) = 82+156+95=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #529C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C5F is #AD63A0. Grayscale: #7F7F7F. Windows color (decimal): -11363233 or 6265938. OLE color: 6265938.

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

Color convert

RGB8215695-
CMYK0.4700.390.39
HSL130.54º31.09%46.67%-
HSV(B)130.54º47.44%61.18%-
XYZ17.4326.415-
YUV126.92109.9895.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=24.62%
G=46.85%
B=28.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156950.4700.390.39130.5431.0946.67
Hex529C5F2F02727831f2f
Octal12223413757047472033757
Binary101001010011100101111110111101001111001111000001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,156,95); }

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

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

 a { background-color: rgb(82,156,95); }

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

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

 span { border-color: rgb(82,156,95); }

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