#53AB3E

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

Shades of Apple #53AB3E

Tints of Apple #53AB3E

Color information

#53AB3E (or 0x53AB3E) is unknown color: approx Apple. HEX triplet: 53, AB and 3E. RGB value is (83,171,62). Sum of RGB (Red+Green+Blue) = 83+171+62=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AB3E is #AC54C1. Grayscale: #848484. Windows color (decimal): -11293890 or 4107091. OLE color: 4107091.

HSL color Cylindrical-coordinate representation of color #53AB3E: hue angle of 108.44º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53AB3E is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB8317162-
CMYK0.5100.640.33
HSL108.44º46.78%45.69%-
HSV(B)108.44º63.74%67.06%-
XYZ1931.319.6-
YUV132.2688.3592.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 171 (67.19% from 255) = 54.11%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=26.27%
G=54.11%
B=19.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83171620.5100.640.33108.4446.7845.69
Hex53AB3E33040216c2f2e
Octal12325376630100411545756
Binary101001110101011111110110011010000001000011101100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,171,62); }

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

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

 a { background-color: rgb(83,171,62); }

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

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

 span { border-color: rgb(83,171,62); }

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