#52A35F

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

Shades of Fruit Salad #52A35F

Tints of Fruit Salad #52A35F

Color information

#52A35F (or 0x52A35F) is unknown color: approx Fruit Salad. HEX triplet: 52, A3 and 5F. RGB value is (82,163,95). Sum of RGB (Red+Green+Blue) = 82+163+95=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #52A35F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A35F is #AD5CA0. Grayscale: #838383. Windows color (decimal): -11361441 or 6267730. OLE color: 6267730.

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

Color convert

RGB8216395-
CMYK0.5000.420.36
HSL129.63º33.06%48.04%-
HSV(B)129.63º49.69%63.92%-
XYZ18.6428.8115.41-
YUV131.03107.6693.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=24.12%
G=47.94%
B=27.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82163950.5000.420.36129.6333.0648.04
Hex52A35F3202A24822130
Octal12224313762052442024160
Binary1010010101000111011111110010010101010010010000010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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