#529550

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

Shades of Fruit Salad #529550

Tints of Fruit Salad #529550

Color information

#529550 (or 0x529550) is unknown color: approx Fruit Salad. HEX triplet: 52, 95 and 50. RGB value is (82,149,80). Sum of RGB (Red+Green+Blue) = 82+149+80=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #529550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529550 is #AD6AAF. Grayscale: #797979. Windows color (decimal): -11365040 or 5281106. OLE color: 5281106.

HSL color Cylindrical-coordinate representation of color #529550: hue angle of 118.26º 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 #529550 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB8214980-
CMYK0.4500.460.42
HSL118.26º30.13%44.9%-
HSV(B)118.26º46.31%58.43%-
XYZ15.6823.8711.37-
YUV121.1104.8100.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=26.37%
G=47.91%
B=25.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149800.4500.460.42118.2630.1344.9
Hex5295502D02E2A761e2d
Octal12222512055056521663655
Binary10100101001010110100001011010101110101010111011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529550; }

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

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

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

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

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

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

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

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