#529C42

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

Shades of Fruit Salad #529C42

Tints of Fruit Salad #529C42

Color information

#529C42 (or 0x529C42) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 42. RGB value is (82,156,66). Sum of RGB (Red+Green+Blue) = 82+156+66=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #529C42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C42 is #AD63BD. Grayscale: #7B7B7B. Windows color (decimal): -11363262 or 4365394. OLE color: 4365394.

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

Color convert

RGB8215666-
CMYK0.4700.580.39
HSL109.33º40.54%43.53%-
HSV(B)109.33º57.69%61.18%-
XYZ16.3525.969.3-
YUV123.6195.4898.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 156 (61.33% from 255) = 51.32%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=26.97%
G=51.32%
B=21.71%

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
Decimal82156660.4700.580.39109.3340.5443.53
Hex529C422F03A276d292c
Octal12223410257072471555154
Binary101001010011100100001010111101110101001111101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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