#52A53C

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

Shades of Apple #52A53C

Tints of Apple #52A53C

Color information

#52A53C (or 0x52A53C) is unknown color: approx Apple. HEX triplet: 52, A5 and 3C. RGB value is (82,165,60). Sum of RGB (Red+Green+Blue) = 82+165+60=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 165 (64.84% from 255 or 53.75% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 165 - color contains mainly: green. Hex color #52A53C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A53C is #AD5AC3. Grayscale: #808080. Windows color (decimal): -11360964 or 3974482. OLE color: 3974482.

HSL color Cylindrical-coordinate representation of color #52A53C: hue angle of 107.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52A53C is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB8216560-
CMYK0.5000.640.35
HSL107.43º46.67%44.12%-
HSV(B)107.43º63.64%64.71%-
XYZ17.7529.038.94-
YUV128.2189.595.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 165 (64.84% from 255) = 53.75%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=26.71%
G=53.75%
B=19.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82165600.5000.640.35107.4346.6744.12
Hex52A53C32040236b2f2c
Octal12224574620100431535754
Binary101001010100101111100110010010000001000111101011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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