#53A13B

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

Shades of Apple #53A13B

Tints of Apple #53A13B

Color information

#53A13B (or 0x53A13B) is unknown color: approx Apple. HEX triplet: 53, A1 and 3B. RGB value is (83,161,59). Sum of RGB (Red+Green+Blue) = 83+161+59=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #53A13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A13B is #AC5EC4. Grayscale: #7E7E7E. Windows color (decimal): -11296453 or 3907923. OLE color: 3907923.

HSL color Cylindrical-coordinate representation of color #53A13B: hue angle of 105.88º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53A13B is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB8316159-
CMYK0.4800.630.37
HSL105.88º46.36%43.14%-
HSV(B)105.88º63.35%63.14%-
XYZ17.127.648.57-
YUV126.0590.1697.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 161 (63.28% from 255) = 53.14%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=27.39%
G=53.14%
B=19.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83161590.4800.630.37105.8846.3643.14
Hex53A13B3003F256a2e2b
Octal1232417360077451525653
Binary10100111010000111101111000001111111001011101010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,161,59); }

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

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

 a { background-color: rgb(83,161,59); }

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

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

 span { border-color: rgb(83,161,59); }

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