#528E5B

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

Shades of Fruit Salad #528E5B

Tints of Fruit Salad #528E5B

Color information

#528E5B (or 0x528E5B) is unknown color: approx Fruit Salad. HEX triplet: 52, 8E and 5B. RGB value is (82,142,91). Sum of RGB (Red+Green+Blue) = 82+142+91=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #528E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E5B is #AD71A4. Grayscale: #767676. Windows color (decimal): -11366821 or 6000210. OLE color: 6000210.

HSL color Cylindrical-coordinate representation of color #528E5B: hue angle of 129º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E5B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB8214291-
CMYK0.4200.360.44
HSL129º26.79%43.92%-
HSV(B)129º42.25%55.69%-
XYZ15.0421.913.33-
YUV118.25112.62102.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=26.03%
G=45.08%
B=28.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142910.4200.360.4412926.7943.92
Hex528E5B2A0242C811b2c
Octal12221613352044542013354
Binary101001010001110101101110101001001001011001000000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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