#529358

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

Shades of Fruit Salad #529358

Tints of Fruit Salad #529358

Color information

#529358 (or 0x529358) is unknown color: approx Fruit Salad. HEX triplet: 52, 93 and 58. RGB value is (82,147,88). Sum of RGB (Red+Green+Blue) = 82+147+88=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #529358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529358 is #AD6CA7. Grayscale: #797979. Windows color (decimal): -11365544 or 5804882. OLE color: 5804882.

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

Color convert

RGB8214788-
CMYK0.4400.400.42
HSL125.54º28.38%44.9%-
HSV(B)125.54º44.22%57.65%-
XYZ15.6723.3712.92-
YUV120.84109.47100.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=25.87%
G=46.37%
B=27.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147880.4400.400.42125.5428.3844.9
Hex5293582C0282A7e1c2d
Octal12222313054050521763455
Binary10100101001001110110001011000101000101010111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529358; }

 p { color: rgb(82,147,88); }

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

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

 a { background-color: rgb(82,147,88); }

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

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

 span { border-color: rgb(82,147,88); }

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