#52A44B

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

Shades of Fruit Salad #52A44B

Tints of Fruit Salad #52A44B

Color information

#52A44B (or 0x52A44B) is unknown color: approx Fruit Salad. HEX triplet: 52, A4 and 4B. RGB value is (82,164,75). Sum of RGB (Red+Green+Blue) = 82+164+75=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #52A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A44B is #AD5BB4. Grayscale: #818181. Windows color (decimal): -11361205 or 4957266. OLE color: 4957266.

HSL color Cylindrical-coordinate representation of color #52A44B: hue angle of 115.28º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52A44B is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB8216475-
CMYK0.500.540.36
HSL115.28º37.24%46.86%-
HSV(B)115.28º54.27%64.31%-
XYZ18.0328.8511.28-
YUV129.3497.3394.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=25.55%
G=51.09%
B=23.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82164750.500.540.36115.2837.2446.86
Hex52A44B320362473252f
Octal12224411362066441634557
Binary101001010100100100101111001001101101001001110011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,164,75); }

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

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

 a { background-color: rgb(82,164,75); }

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

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

 span { border-color: rgb(82,164,75); }

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