#529556

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

Shades of Fruit Salad #529556

Tints of Fruit Salad #529556

Color information

#529556 (or 0x529556) is unknown color: approx Fruit Salad. HEX triplet: 52, 95 and 56. RGB value is (82,149,86). Sum of RGB (Red+Green+Blue) = 82+149+86=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #529556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529556 is #AD6AA9. Grayscale: #797979. Windows color (decimal): -11365034 or 5674322. OLE color: 5674322.

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

Color convert

RGB8214986-
CMYK0.4500.420.42
HSL123.58º29%45.29%-
HSV(B)123.58º44.97%58.43%-
XYZ15.9123.9612.59-
YUV121.78107.899.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=25.87%
G=47.00%
B=27.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149860.4500.420.42123.582945.29
Hex5295562D02A2A7c1d2d
Octal12222512655052521743555
Binary10100101001010110101101011010101010101010111110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529556; }

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

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

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

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

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

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

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

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