#52A63E

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

Shades of Apple #52A63E

Tints of Apple #52A63E

Color information

#52A63E (or 0x52A63E) is unknown color: approx Apple. HEX triplet: 52, A6 and 3E. RGB value is (82,166,62). Sum of RGB (Red+Green+Blue) = 82+166+62=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #52A63E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A63E is #AD59C1. Grayscale: #818181. Windows color (decimal): -11360706 or 4105810. OLE color: 4105810.

HSL color Cylindrical-coordinate representation of color #52A63E: hue angle of 108.46º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52A63E is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB8216662-
CMYK0.5100.630.35
HSL108.46º45.61%44.71%-
HSV(B)108.46º62.65%65.1%-
XYZ17.9929.419.29-
YUV129.0390.1794.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 166 (65.23% from 255) = 53.55%
BLUE value IS 62 (24.61% from 255) = 20%
R=26.45%
G=53.55%
B=20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82166620.5100.630.35108.4645.6144.71
Hex52A63E3303F236c2e2d
Octal1222467663077431545655
Binary10100101010011011111011001101111111000111101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,166,62); }

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

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

 a { background-color: rgb(82,166,62); }

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

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

 span { border-color: rgb(82,166,62); }

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