#529152

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

Shades of Fruit Salad #529152

Tints of Fruit Salad #529152

Color information

#529152 (or 0x529152) is unknown color: approx Fruit Salad. HEX triplet: 52, 91 and 52. RGB value is (82,145,82). Sum of RGB (Red+Green+Blue) = 82+145+82=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #529152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529152 is #AD6EAD. Grayscale: #777777. Windows color (decimal): -11366062 or 5411154. OLE color: 5411154.

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

Color convert

RGB8214582-
CMYK0.4300.430.43
HSL120º27.75%44.51%-
HSV(B)120º43.45%56.86%-
XYZ15.1322.6511.56-
YUV118.98107.13101.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=26.54%
G=46.93%
B=26.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82145820.4300.430.4312027.7544.51
Hex5291522B02B2B781c2d
Octal12222112253053531703455
Binary10100101001000110100101010110101011101011111100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529152; }

 p { color: rgb(82,145,82); }

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

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

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

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

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

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

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