#52AC5C

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

Shades of Fruit Salad #52AC5C

Tints of Fruit Salad #52AC5C

Color information

#52AC5C (or 0x52AC5C) is unknown color: approx Fruit Salad. HEX triplet: 52, AC and 5C. RGB value is (82,172,92). Sum of RGB (Red+Green+Blue) = 82+172+92=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC5C is #AD53A3. Grayscale: #888888. Windows color (decimal): -11359140 or 6073426. OLE color: 6073426.

HSL color Cylindrical-coordinate representation of color #52AC5C: hue angle of 126.67º 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 #52AC5C is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB8217292-
CMYK0.5200.470.33
HSL126.67º35.43%49.8%-
HSV(B)126.67º52.33%67.45%-
XYZ20.1632.0715.25-
YUV135.97103.1889.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 172 (67.58% from 255) = 49.71%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=23.70%
G=49.71%
B=26.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82172920.5200.470.33126.6735.4349.8
Hex52AC5C3402F217f2332
Octal12225413464057411774362
Binary101001010101100101110011010001011111000011111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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