#529C40

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

Shades of Fruit Salad #529C40

Tints of Fruit Salad #529C40

Color information

#529C40 (or 0x529C40) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 40. RGB value is (82,156,64). Sum of RGB (Red+Green+Blue) = 82+156+64=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #529C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C40 is #AD63BF. Grayscale: #7B7B7B. Windows color (decimal): -11363264 or 4234322. OLE color: 4234322.

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

Color convert

RGB8215664-
CMYK0.4700.590.39
HSL108.26º41.82%43.14%-
HSV(B)108.26º58.97%61.18%-
XYZ16.2925.949-
YUV123.3994.4898.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 156 (61.33% from 255) = 51.66%
BLUE value IS 64 (25.39% from 255) = 21.19%
R=27.15%
G=51.66%
B=21.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156640.4700.590.39108.2641.8243.14
Hex529C402F03B276c2a2b
Octal12223410057073471545253
Binary101001010011100100000010111101110111001111101100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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