#529B56

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

Shades of Fruit Salad #529B56

Tints of Fruit Salad #529B56

Color information

#529B56 (or 0x529B56) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 56. RGB value is (82,155,86). Sum of RGB (Red+Green+Blue) = 82+155+86=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #529B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B56 is #AD64A9. Grayscale: #7D7D7D. Windows color (decimal): -11363498 or 5675858. OLE color: 5675858.

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

Color convert

RGB8215586-
CMYK0.4700.450.39
HSL123.29º30.8%46.47%-
HSV(B)123.29º47.1%60.78%-
XYZ16.8825.9112.92-
YUV125.31105.8297.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 155 (60.94% from 255) = 47.99%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=25.39%
G=47.99%
B=26.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155860.4700.450.39123.2930.846.47
Hex529B562F02D277b1f2e
Octal12223312657055471733756
Binary10100101001101110101101011110101101100111111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,86); }

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

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

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

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

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

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

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