#529350

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

Shades of Fruit Salad #529350

Tints of Fruit Salad #529350

Color information

#529350 (or 0x529350) is unknown color: approx Fruit Salad. HEX triplet: 52, 93 and 50. RGB value is (82,147,80). Sum of RGB (Red+Green+Blue) = 82+147+80=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #529350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529350 is #AD6CAF. Grayscale: #787878. Windows color (decimal): -11365552 or 5280594. OLE color: 5280594.

HSL color Cylindrical-coordinate representation of color #529350: hue angle of 118.21º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529350 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB8214780-
CMYK0.4400.460.42
HSL118.21º29.52%44.51%-
HSV(B)118.21º45.58%57.65%-
XYZ15.3623.2411.27-
YUV119.93105.47100.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=26.54%
G=47.57%
B=25.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147800.4400.460.42118.2129.5244.51
Hex5293502C02E2A761e2d
Octal12222312054056521663655
Binary10100101001001110100001011000101110101010111011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529350; }

 p { color: rgb(82,147,80); }

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

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

 a { background-color: rgb(82,147,80); }

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

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

 span { border-color: rgb(82,147,80); }

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