#52A13E

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

Shades of Apple #52A13E

Tints of Apple #52A13E

Color information

#52A13E (or 0x52A13E) is unknown color: approx Apple. HEX triplet: 52, A1 and 3E. RGB value is (82,161,62). Sum of RGB (Red+Green+Blue) = 82+161+62=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #52A13E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A13E is #AD5EC1. Grayscale: #7E7E7E. Windows color (decimal): -11361986 or 4104530. OLE color: 4104530.

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

Color convert

RGB8216162-
CMYK0.4900.610.37
HSL107.88º44.39%43.73%-
HSV(B)107.88º61.49%63.14%-
XYZ17.0927.638.99-
YUV126.0991.8396.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 161 (63.28% from 255) = 52.79%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=26.89%
G=52.79%
B=20.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82161620.4900.610.37107.8844.3943.73
Hex52A13E3103D256c2c2c
Octal1222417661075451545454
Binary10100101010000111111011000101111011001011101100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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