#52AA42

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

Shades of Apple #52AA42

Tints of Apple #52AA42

Color information

#52AA42 (or 0x52AA42) is unknown color: approx Apple. HEX triplet: 52, AA and 42. RGB value is (82,170,66). Sum of RGB (Red+Green+Blue) = 82+170+66=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA42 is #AD55BD. Grayscale: #848484. Windows color (decimal): -11359678 or 4368978. OLE color: 4368978.

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

Color convert

RGB8217066-
CMYK0.5200.610.33
HSL110.77º44.07%46.27%-
HSV(B)110.77º61.18%66.67%-
XYZ18.8430.9410.13-
YUV131.8390.8592.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 170 (66.80% from 255) = 53.46%
BLUE value IS 66 (26.17% from 255) = 20.75%
R=25.79%
G=53.46%
B=20.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82170660.5200.610.33110.7744.0746.27
Hex52AA423403D216f2c2e
Octal12225210264075411575456
Binary101001010101010100001011010001111011000011101111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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