#52AE49

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

Shades of Fruit Salad #52AE49

Tints of Fruit Salad #52AE49

Color information

#52AE49 (or 0x52AE49) is unknown color: approx Fruit Salad. HEX triplet: 52, AE and 49. RGB value is (82,174,73). Sum of RGB (Red+Green+Blue) = 82+174+73=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AE49 is #AD51B6. Grayscale: #878787. Windows color (decimal): -11358647 or 4828754. OLE color: 4828754.

HSL color Cylindrical-coordinate representation of color #52AE49: hue angle of 114.65º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52AE49 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB8217473-
CMYK0.5300.580.32
HSL114.65º40.89%48.43%-
HSV(B)114.65º58.05%68.24%-
XYZ19.8232.5511.54-
YUV134.9893.0290.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=24.92%
G=52.89%
B=22.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174730.5300.580.32114.6540.8948.43
Hex52AE493503A20732930
Octal12225611165072401635160
Binary101001010101110100100111010101110101000001110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,73); }

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

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

 a { background-color: rgb(82,174,73); }

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

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

 span { border-color: rgb(82,174,73); }

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