#52AA3B

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

Shades of Apple #52AA3B

Tints of Apple #52AA3B

Color information

#52AA3B (or 0x52AA3B) is unknown color: approx Apple. HEX triplet: 52, AA and 3B. RGB value is (82,170,59). Sum of RGB (Red+Green+Blue) = 82+170+59=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA3B is #AD55C4. Grayscale: #838383. Windows color (decimal): -11359685 or 3910226. OLE color: 3910226.

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

Color convert

RGB8217059-
CMYK0.5200.650.33
HSL107.57º48.47%44.9%-
HSV(B)107.57º65.29%66.67%-
XYZ18.6430.869.11-
YUV131.0387.3593.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=26.37%
G=54.66%
B=18.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82170590.5200.650.33107.5748.4744.9
Hex52AA3B34041216c302d
Octal12225273640101411546055
Binary101001010101010111011110100010000011000011101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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