#529C41

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

Shades of Fruit Salad #529C41

Tints of Fruit Salad #529C41

Color information

#529C41 (or 0x529C41) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 41. RGB value is (82,156,65). Sum of RGB (Red+Green+Blue) = 82+156+65=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #529C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C41 is #AD63BE. Grayscale: #7B7B7B. Windows color (decimal): -11363263 or 4299858. OLE color: 4299858.

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

Color convert

RGB8215665-
CMYK0.4700.580.39
HSL108.79º41.18%43.33%-
HSV(B)108.79º58.33%61.18%-
XYZ16.3225.959.15-
YUV123.594.9898.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 156 (61.33% from 255) = 51.49%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=27.06%
G=51.49%
B=21.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156650.4700.580.39108.7941.1843.33
Hex529C412F03A276d292b
Octal12223410157072471555153
Binary101001010011100100000110111101110101001111101101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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