#52A756

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

Shades of Fruit Salad #52A756

Tints of Fruit Salad #52A756

Color information

#52A756 (or 0x52A756) is unknown color: approx Fruit Salad. HEX triplet: 52, A7 and 56. RGB value is (82,167,86). Sum of RGB (Red+Green+Blue) = 82+167+86=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #52A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A756 is #AD58A9. Grayscale: #848484. Windows color (decimal): -11360426 or 5678930. OLE color: 5678930.

HSL color Cylindrical-coordinate representation of color #52A756: hue angle of 122.82º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A756 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB8216786-
CMYK0.5100.490.35
HSL122.82º34.14%48.82%-
HSV(B)122.82º50.9%65.49%-
XYZ18.9830.113.61-
YUV132.35101.8492.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=24.48%
G=49.85%
B=25.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82167860.5100.490.35122.8234.1448.82
Hex52A75633031237b2231
Octal12224712663061431734261
Binary101001010100111101011011001101100011000111111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,167,86); }

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

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

 a { background-color: rgb(82,167,86); }

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

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

 span { border-color: rgb(82,167,86); }

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