#52B44A

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

Shades of Fruit Salad #52B44A

Tints of Fruit Salad #52B44A

Color information

#52B44A (or 0x52B44A) is unknown color: approx Fruit Salad. HEX triplet: 52, B4 and 4A. RGB value is (82,180,74). Sum of RGB (Red+Green+Blue) = 82+180+74=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #52B44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B44A is #AD4BB5. Grayscale: #8A8A8A. Windows color (decimal): -11357110 or 4895826. OLE color: 4895826.

HSL color Cylindrical-coordinate representation of color #52B44A: hue angle of 115.47º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52B44A is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB8218074-
CMYK0.5400.590.29
HSL115.47º41.73%49.8%-
HSV(B)115.47º58.89%70.59%-
XYZ21.0434.9312.11-
YUV138.6191.5387.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 180 (70.70% from 255) = 53.57%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=24.40%
G=53.57%
B=22.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82180740.5400.590.29115.4741.7349.8
Hex52B44A3603B1D732a32
Octal12226411266073351635262
Binary10100101011010010010101101100111011111011110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,74); }

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

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

 a { background-color: rgb(82,180,74); }

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

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

 span { border-color: rgb(82,180,74); }

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