#529957

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

Shades of Fruit Salad #529957

Tints of Fruit Salad #529957

Color information

#529957 (or 0x529957) is unknown color: approx Fruit Salad. HEX triplet: 52, 99 and 57. RGB value is (82,153,87). Sum of RGB (Red+Green+Blue) = 82+153+87=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #529957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529957 is #AD66A8. Grayscale: #7C7C7C. Windows color (decimal): -11364009 or 5740882. OLE color: 5740882.

HSL color Cylindrical-coordinate representation of color #529957: hue angle of 124.23º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529957 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB8215387-
CMYK0.4600.430.4
HSL124.23º30.21%46.08%-
HSV(B)124.23º46.41%60%-
XYZ16.5925.2613.02-
YUV124.25106.9897.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=25.47%
G=47.52%
B=27.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153870.4600.430.4124.2330.2146.08
Hex5299572E02B287c1e2e
Octal12223112756053501743656
Binary10100101001100110101111011100101011101000111110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529957; }

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

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

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

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

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

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

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

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