#529555

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

Shades of Fruit Salad #529555

Tints of Fruit Salad #529555

Color information

#529555 (or 0x529555) is unknown color: approx Fruit Salad. HEX triplet: 52, 95 and 55. RGB value is (82,149,85). Sum of RGB (Red+Green+Blue) = 82+149+85=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #529555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529555 is #AD6AAA. Grayscale: #797979. Windows color (decimal): -11365035 or 5608786. OLE color: 5608786.

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

Color convert

RGB8214985-
CMYK0.4500.430.42
HSL122.69º29%45.29%-
HSV(B)122.69º44.97%58.43%-
XYZ15.8723.9412.38-
YUV121.67107.399.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=25.95%
G=47.15%
B=26.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149850.4500.430.42122.692945.29
Hex5295552D02B2A7b1d2d
Octal12222512555053521733555
Binary10100101001010110101011011010101011101010111101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529555; }

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

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

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

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

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

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

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

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