#529650

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

Shades of Fruit Salad #529650

Tints of Fruit Salad #529650

Color information

#529650 (or 0x529650) is unknown color: approx Fruit Salad. HEX triplet: 52, 96 and 50. RGB value is (82,150,80). Sum of RGB (Red+Green+Blue) = 82+150+80=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #529650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529650 is #AD69AF. Grayscale: #797979. Windows color (decimal): -11364784 or 5281362. OLE color: 5281362.

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

Color convert

RGB8215080-
CMYK0.4500.470.41
HSL118.29º30.43%45.1%-
HSV(B)118.29º46.67%58.82%-
XYZ15.8324.1911.42-
YUV121.69104.4799.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 150 (58.98% from 255) = 48.08%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=26.28%
G=48.08%
B=25.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150800.4500.470.41118.2930.4345.1
Hex5296502D02F29761e2d
Octal12222612055057511663655
Binary10100101001011010100001011010101111101001111011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529650; }

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

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

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

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

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

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

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

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