#52A43D

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

Shades of Apple #52A43D

Tints of Apple #52A43D

Color information

#52A43D (or 0x52A43D) is unknown color: approx Apple. HEX triplet: 52, A4 and 3D. RGB value is (82,164,61). Sum of RGB (Red+Green+Blue) = 82+164+61=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #52A43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A43D is #AD5BC2. Grayscale: #808080. Windows color (decimal): -11361219 or 4039762. OLE color: 4039762.

HSL color Cylindrical-coordinate representation of color #52A43D: hue angle of 107.77º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52A43D is Cyan = 0.5, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB8216461-
CMYK0.500.630.36
HSL107.77º45.78%44.12%-
HSV(B)107.77º62.8%64.31%-
XYZ17.628.689.02-
YUV127.7490.3395.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=26.71%
G=53.42%
B=19.87%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82164610.500.630.36107.7745.7844.12
Hex52A43D3203F246c2e2c
Octal1222447562077441545654
Binary10100101010010011110111001001111111001001101100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,164,61); }

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

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

 a { background-color: rgb(82,164,61); }

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

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

 span { border-color: rgb(82,164,61); }

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