#529645

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

Shades of Fruit Salad #529645

Tints of Fruit Salad #529645

Color information

#529645 (or 0x529645) is unknown color: approx Fruit Salad. HEX triplet: 52, 96 and 45. RGB value is (82,150,69). Sum of RGB (Red+Green+Blue) = 82+150+69=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #529645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529645 is #AD69BA. Grayscale: #787878. Windows color (decimal): -11364795 or 4560466. OLE color: 4560466.

HSL color Cylindrical-coordinate representation of color #529645: hue angle of 110.37º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #529645 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB8215069-
CMYK0.4500.540.41
HSL110.37º36.99%42.94%-
HSV(B)110.37º54%58.82%-
XYZ15.4624.049.45-
YUV120.4398.97100.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 150 (58.98% from 255) = 49.83%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=27.24%
G=49.83%
B=22.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150690.4500.540.41110.3736.9942.94
Hex5296452D036296e252b
Octal12222610555066511564553
Binary101001010010110100010110110101101101010011101110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529645; }

 p { color: rgb(82,150,69); }

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

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

 a { background-color: rgb(82,150,69); }

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

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

 span { border-color: rgb(82,150,69); }

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