#52AE33

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

Shades of Apple #52AE33

Tints of Apple #52AE33

Color information

#52AE33 (or 0x52AE33) is unknown color: approx Apple. HEX triplet: 52, AE and 33. RGB value is (82,174,51). Sum of RGB (Red+Green+Blue) = 82+174+51=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AE33 is #AD51CC. Grayscale: #848484. Windows color (decimal): -11358669 or 3386962. OLE color: 3386962.

HSL color Cylindrical-coordinate representation of color #52AE33: hue angle of 104.88º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52AE33 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB8217451-
CMYK0.5300.710.32
HSL104.88º54.67%44.12%-
HSV(B)104.88º70.69%68.24%-
XYZ19.2132.38.35-
YUV132.4782.0292-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=26.71%
G=56.68%
B=16.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174510.5300.710.32104.8854.6744.12
Hex52AE33350472069372c
Octal12225663650107401516754
Binary101001010101110110011110101010001111000001101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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