#52A03C

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

Shades of Apple #52A03C

Tints of Apple #52A03C

Color information

#52A03C (or 0x52A03C) is unknown color: approx Apple. HEX triplet: 52, A0 and 3C. RGB value is (82,160,60). Sum of RGB (Red+Green+Blue) = 82+160+60=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #52A03C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A03C is #AD5FC3. Grayscale: #7D7D7D. Windows color (decimal): -11362244 or 3973202. OLE color: 3973202.

HSL color Cylindrical-coordinate representation of color #52A03C: hue angle of 106.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52A03C is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB8216060-
CMYK0.4900.620.37
HSL106.8º45.45%43.14%-
HSV(B)106.8º62.5%62.75%-
XYZ16.8727.268.65-
YUV125.2891.1697.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 160 (62.89% from 255) = 52.98%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=27.15%
G=52.98%
B=19.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82160600.4900.620.37106.845.4543.14
Hex52A03C3103E256b2d2b
Octal1222407461076451535553
Binary10100101010000011110011000101111101001011101011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,160,60); }

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

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

 a { background-color: rgb(82,160,60); }

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

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

 span { border-color: rgb(82,160,60); }

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