#53A13A

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

Shades of Apple #53A13A

Tints of Apple #53A13A

Color information

#53A13A (or 0x53A13A) is unknown color: approx Apple. HEX triplet: 53, A1 and 3A. RGB value is (83,161,58). Sum of RGB (Red+Green+Blue) = 83+161+58=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #53A13A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A13A is #AC5EC5. Grayscale: #7E7E7E. Windows color (decimal): -11296454 or 3842387. OLE color: 3842387.

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

Color convert

RGB8316158-
CMYK0.4800.640.37
HSL105.44º47.03%42.94%-
HSV(B)105.44º63.98%63.14%-
XYZ17.0827.638.44-
YUV125.9489.6697.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=27.48%
G=53.31%
B=19.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83161580.4800.640.37105.4447.0342.94
Hex53A13A3004025692f2b
Octal12324172600100451515753
Binary101001110100001111010110000010000001001011101001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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