#529553

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

Shades of Fruit Salad #529553

Tints of Fruit Salad #529553

Color information

#529553 (or 0x529553) is unknown color: approx Fruit Salad. HEX triplet: 52, 95 and 53. RGB value is (82,149,83). Sum of RGB (Red+Green+Blue) = 82+149+83=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #529553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529553 is #AD6AAC. Grayscale: #797979. Windows color (decimal): -11365037 or 5477714. OLE color: 5477714.

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

Color convert

RGB8214983-
CMYK0.4500.440.42
HSL120.9º29%45.29%-
HSV(B)120.9º44.97%58.43%-
XYZ15.7923.9111.97-
YUV121.44106.399.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=26.11%
G=47.45%
B=26.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149830.4500.440.42120.92945.29
Hex5295532D02C2A791d2d
Octal12222512355054521713555
Binary10100101001010110100111011010101100101010111100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529553; }

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

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

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

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

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

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

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

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