#529557

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

Shades of Fruit Salad #529557

Tints of Fruit Salad #529557

Color information

#529557 (or 0x529557) is unknown color: approx Fruit Salad. HEX triplet: 52, 95 and 57. RGB value is (82,149,87). Sum of RGB (Red+Green+Blue) = 82+149+87=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #529557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529557 is #AD6AA8. Grayscale: #7A7A7A. Windows color (decimal): -11365033 or 5739858. OLE color: 5739858.

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

Color convert

RGB8214987-
CMYK0.4500.420.42
HSL124.48º29%45.29%-
HSV(B)124.48º44.97%58.43%-
XYZ15.9523.9812.8-
YUV121.9108.399.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=25.79%
G=46.86%
B=27.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149870.4500.420.42124.482945.29
Hex5295572D02A2A7c1d2d
Octal12222512755052521743555
Binary10100101001010110101111011010101010101010111110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529557; }

 p { color: rgb(82,149,87); }

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

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

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

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

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

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

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