#52AC5E

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

Shades of Fruit Salad #52AC5E

Tints of Fruit Salad #52AC5E

Color information

#52AC5E (or 0x52AC5E) is unknown color: approx Fruit Salad. HEX triplet: 52, AC and 5E. RGB value is (82,172,94). Sum of RGB (Red+Green+Blue) = 82+172+94=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC5E is #AD53A1. Grayscale: #888888. Windows color (decimal): -11359138 or 6204498. OLE color: 6204498.

HSL color Cylindrical-coordinate representation of color #52AC5E: hue angle of 128º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AC5E is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB8217294-
CMYK0.5200.450.33
HSL128º35.43%49.8%-
HSV(B)128º52.33%67.45%-
XYZ20.2532.1115.72-
YUV136.2104.1889.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 172 (67.58% from 255) = 49.43%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=23.56%
G=49.43%
B=27.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82172940.5200.450.3312835.4349.8
Hex52AC5E3402D21802332
Octal12225413664055412004362
Binary1010010101011001011110110100010110110000110000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,172,94); }

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

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

 a { background-color: rgb(82,172,94); }

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

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

 span { border-color: rgb(82,172,94); }

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