#52AF5C

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

Shades of Fruit Salad #52AF5C

Tints of Fruit Salad #52AF5C

Color information

#52AF5C (or 0x52AF5C) is unknown color: approx Fruit Salad. HEX triplet: 52, AF and 5C. RGB value is (82,175,92). Sum of RGB (Red+Green+Blue) = 82+175+92=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF5C is #AD50A3. Grayscale: #898989. Windows color (decimal): -11358372 or 6074194. OLE color: 6074194.

HSL color Cylindrical-coordinate representation of color #52AF5C: hue angle of 126.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF5C is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB8217592-
CMYK0.5300.470.31
HSL126.45º36.76%50.39%-
HSV(B)126.45º53.14%68.63%-
XYZ20.7433.2315.45-
YUV137.73102.1988.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=23.50%
G=50.14%
B=26.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175920.5300.470.31126.4536.7650.39
Hex52AF5C3502F1F7e2532
Octal12225713465057371764562
Binary10100101010111110111001101010101111111111111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52AF5C; }

 p { color: rgb(82,175,92); }

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

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

 a { background-color: rgb(82,175,92); }

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

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

 span { border-color: rgb(82,175,92); }

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