#529C44

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

Shades of Fruit Salad #529C44

Tints of Fruit Salad #529C44

Color information

#529C44 (or 0x529C44) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 44. RGB value is (82,156,68). Sum of RGB (Red+Green+Blue) = 82+156+68=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #529C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C44 is #AD63BB. Grayscale: #7C7C7C. Windows color (decimal): -11363260 or 4496466. OLE color: 4496466.

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

Color convert

RGB8215668-
CMYK0.4700.560.39
HSL110.45º39.29%43.92%-
HSV(B)110.45º56.41%61.18%-
XYZ16.4125.999.62-
YUV123.8496.4898.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=26.80%
G=50.98%
B=22.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156680.4700.560.39110.4539.2943.92
Hex529C442F038276e272c
Octal12223410457070471564754
Binary101001010011100100010010111101110001001111101110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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