#528D5B

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

Shades of Fruit Salad #528D5B

Tints of Fruit Salad #528D5B

Color information

#528D5B (or 0x528D5B) is unknown color: approx Fruit Salad. HEX triplet: 52, 8D and 5B. RGB value is (82,141,91). Sum of RGB (Red+Green+Blue) = 82+141+91=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #528D5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D5B is #AD72A4. Grayscale: #757575. Windows color (decimal): -11367077 or 5999954. OLE color: 5999954.

HSL color Cylindrical-coordinate representation of color #528D5B: hue angle of 129.15º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D5B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB8214191-
CMYK0.4200.350.45
HSL129.15º26.46%43.73%-
HSV(B)129.15º41.84%55.29%-
XYZ14.8921.613.28-
YUV117.66112.95102.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=26.11%
G=44.90%
B=28.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141910.4200.350.45129.1526.4643.73
Hex528D5B2A0232D811a2c
Octal12221513352043552013254
Binary101001010001101101101110101001000111011011000000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528D5B; }

 p { color: rgb(82,141,91); }

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

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

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

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

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

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

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