#52AA33

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

Shades of Apple #52AA33

Tints of Apple #52AA33

Color information

#52AA33 (or 0x52AA33) is unknown color: approx Apple. HEX triplet: 52, AA and 33. RGB value is (82,170,51). Sum of RGB (Red+Green+Blue) = 82+170+51=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA33 is #AD55CC. Grayscale: #828282. Windows color (decimal): -11359693 or 3385938. OLE color: 3385938.

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

Color convert

RGB8217051-
CMYK0.5200.70.33
HSL104.37º53.85%43.33%-
HSV(B)104.37º70%66.67%-
XYZ18.4530.788.1-
YUV130.1283.3593.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 170 (66.80% from 255) = 56.11%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=27.06%
G=56.11%
B=16.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82170510.5200.70.33104.3753.8543.33
Hex52AA33340462168362b
Octal12225263640106411506653
Binary101001010101010110011110100010001101000011101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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