#52AE34

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

Shades of Apple #52AE34

Tints of Apple #52AE34

Color information

#52AE34 (or 0x52AE34) is unknown color: approx Apple. HEX triplet: 52, AE and 34. RGB value is (82,174,52). Sum of RGB (Red+Green+Blue) = 82+174+52=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AE34 is #AD51CB. Grayscale: #848484. Windows color (decimal): -11358668 or 3452498. OLE color: 3452498.

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

Color convert

RGB8217452-
CMYK0.5300.700.32
HSL105.25º53.98%44.31%-
HSV(B)105.25º70.11%68.24%-
XYZ19.2432.318.47-
YUV132.5882.5291.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=26.62%
G=56.49%
B=16.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174520.5300.700.32105.2553.9844.31
Hex52AE34350462069362c
Octal12225664650106401516654
Binary101001010101110110100110101010001101000001101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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