#52A761

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

Shades of Fruit Salad #52A761

Tints of Fruit Salad #52A761

Color information

#52A761 (or 0x52A761) is unknown color: approx Fruit Salad. HEX triplet: 52, A7 and 61. RGB value is (82,167,97). Sum of RGB (Red+Green+Blue) = 82+167+97=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #52A761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A761 is #AD589E. Grayscale: #858585. Windows color (decimal): -11360415 or 6399826. OLE color: 6399826.

HSL color Cylindrical-coordinate representation of color #52A761: hue angle of 130.59º 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 #52A761 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB8216797-
CMYK0.5100.420.35
HSL130.59º34.14%48.82%-
HSV(B)130.59º50.9%65.49%-
XYZ19.4630.2916.13-
YUV133.6107.3491.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 167 (65.62% from 255) = 48.27%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=23.70%
G=48.27%
B=28.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82167970.5100.420.35130.5934.1448.82
Hex52A7613302A23832231
Octal12224714163052432034261
Binary1010010101001111100001110011010101010001110000011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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