#52A350

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

Shades of Fruit Salad #52A350

Tints of Fruit Salad #52A350

Color information

#52A350 (or 0x52A350) is unknown color: approx Fruit Salad. HEX triplet: 52, A3 and 50. RGB value is (82,163,80). Sum of RGB (Red+Green+Blue) = 82+163+80=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #52A350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A350 is #AD5CAF. Grayscale: #818181. Windows color (decimal): -11361456 or 5284690. OLE color: 5284690.

HSL color Cylindrical-coordinate representation of color #52A350: hue angle of 118.55º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A350 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB8216380-
CMYK0.5000.510.36
HSL118.55º34.16%47.65%-
HSV(B)118.55º50.92%63.92%-
XYZ18.0228.5712.15-
YUV129.32100.1694.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=25.23%
G=50.15%
B=24.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82163800.5000.510.36118.5534.1647.65
Hex52A3503203324772230
Octal12224312062063441674260
Binary101001010100011101000011001001100111001001110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,163,80); }

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

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

 a { background-color: rgb(82,163,80); }

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

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

 span { border-color: rgb(82,163,80); }

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