#52AC41

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

Shades of Apple #52AC41

Tints of Apple #52AC41

Color information

#52AC41 (or 0x52AC41) is unknown color: approx Apple. HEX triplet: 52, AC and 41. RGB value is (82,172,65). Sum of RGB (Red+Green+Blue) = 82+172+65=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC41 is #AD53BE. Grayscale: #858585. Windows color (decimal): -11359167 or 4303954. OLE color: 4303954.

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

Color convert

RGB8217265-
CMYK0.5200.620.33
HSL110.47º45.15%46.47%-
HSV(B)110.47º62.21%67.45%-
XYZ19.1931.6810.1-
YUV132.8989.6891.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 172 (67.58% from 255) = 53.92%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=25.71%
G=53.92%
B=20.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82172650.5200.620.33110.4745.1546.47
Hex52AC413403E216e2d2e
Octal12225410164076411565556
Binary101001010101100100000111010001111101000011101110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,172,65); }

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

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

 a { background-color: rgb(82,172,65); }

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

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

 span { border-color: rgb(82,172,65); }

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