#52AA4F

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

Shades of Fruit Salad #52AA4F

Tints of Fruit Salad #52AA4F

Color information

#52AA4F (or 0x52AA4F) is unknown color: approx Fruit Salad. HEX triplet: 52, AA and 4F. RGB value is (82,170,79). Sum of RGB (Red+Green+Blue) = 82+170+79=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA4F is #AD55B0. Grayscale: #858585. Windows color (decimal): -11359665 or 5220946. OLE color: 5220946.

HSL color Cylindrical-coordinate representation of color #52AA4F: hue angle of 118.02º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52AA4F is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB8217079-
CMYK0.5200.540.33
HSL118.02º36.55%48.82%-
HSV(B)118.02º53.53%66.67%-
XYZ19.2731.1112.39-
YUV133.3197.3591.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=24.77%
G=51.36%
B=23.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82170790.5200.540.33118.0236.5548.82
Hex52AA4F3403621762531
Octal12225211764066411664561
Binary101001010101010100111111010001101101000011110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,170,79); }

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

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

 a { background-color: rgb(82,170,79); }

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

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

 span { border-color: rgb(82,170,79); }

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