#529354

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

Shades of Fruit Salad #529354

Tints of Fruit Salad #529354

Color information

#529354 (or 0x529354) is unknown color: approx Fruit Salad. HEX triplet: 52, 93 and 54. RGB value is (82,147,84). Sum of RGB (Red+Green+Blue) = 82+147+84=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #529354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529354 is #AD6CAB. Grayscale: #787878. Windows color (decimal): -11365548 or 5542738. OLE color: 5542738.

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

Color convert

RGB8214784-
CMYK0.4400.430.42
HSL121.85º28.38%44.9%-
HSV(B)121.85º44.22%57.65%-
XYZ15.5123.312.07-
YUV120.38107.47100.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=26.20%
G=46.96%
B=26.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147840.4400.430.42121.8528.3844.9
Hex5293542C02B2A7a1c2d
Octal12222312454053521723455
Binary10100101001001110101001011000101011101010111101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529354; }

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

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

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

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

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

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

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

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