#53AA40

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

Shades of Apple #53AA40

Tints of Apple #53AA40

Color information

#53AA40 (or 0x53AA40) is unknown color: approx Apple. HEX triplet: 53, AA and 40. RGB value is (83,170,64). Sum of RGB (Red+Green+Blue) = 83+170+64=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA40 is #AC55BF. Grayscale: #848484. Windows color (decimal): -11294144 or 4237907. OLE color: 4237907.

HSL color Cylindrical-coordinate representation of color #53AA40: hue angle of 109.25º 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 #53AA40 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB8317064-
CMYK0.5100.620.33
HSL109.25º45.3%45.88%-
HSV(B)109.25º62.35%66.67%-
XYZ18.8730.969.83-
YUV131.989.6893.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=26.18%
G=53.63%
B=20.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83170640.5100.620.33109.2545.345.88
Hex53AA403303E216d2d2e
Octal12325210063076411555556
Binary101001110101010100000011001101111101000011101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AA40; }

 p { color: rgb(83,170,64); }

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

<style>
 a { background-color: #53AA40; }

 a { background-color: rgb(83,170,64); }

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

<style>
 span { border-color: #53AA40; }

 span { border-color: rgb(83,170,64); }

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