#529A5A

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

Shades of Fruit Salad #529A5A

Tints of Fruit Salad #529A5A

Color information

#529A5A (or 0x529A5A) is unknown color: approx Fruit Salad. HEX triplet: 52, 9A and 5A. RGB value is (82,154,90). Sum of RGB (Red+Green+Blue) = 82+154+90=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #529A5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A5A is #AD65A5. Grayscale: #7D7D7D. Windows color (decimal): -11363750 or 5937746. OLE color: 5937746.

HSL color Cylindrical-coordinate representation of color #529A5A: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A5A is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB8215490-
CMYK0.4700.420.40
HSL126.67º30.51%46.27%-
HSV(B)126.67º46.75%60.39%-
XYZ16.8825.6413.73-
YUV125.18108.1597.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=25.15%
G=47.24%
B=27.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82154900.4700.420.40126.6730.5146.27
Hex529A5A2F02A287f1f2e
Octal12223213257052501773756
Binary10100101001101010110101011110101010101000111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529A5A; }

 p { color: rgb(82,154,90); }

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

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

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

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

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

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

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