#53a13c

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

Shades of Apple #53A13C

Tints of Apple #53A13C

Color information

#53A13C (or 0x53A13C) is unknown color: approx Apple. HEX triplet: 53, A1 and 3C. RGB value is (83,161,60). Sum of RGB (Red+Green+Blue) = 83+161+60=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #53A13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A13C is #AC5EC3. Grayscale: #7E7E7E. Windows color (decimal): -11296452 or 3973459. OLE color: 3973459.

HSL color Cylindrical-coordinate representation of color #53A13C: hue angle of 106.34º 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 #53A13C is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB8316160-
CMYK0.4800.630.37
HSL106.34º45.7%43.33%-
HSV(B)106.34º62.73%63.14%-
XYZ17.1327.658.71-
YUV126.1690.6697.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 161 (63.28% from 255) = 52.96%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=27.30%
G=52.96%
B=19.74%

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
Decimal83161600.4800.630.37106.3445.743.33
Hex53A13C3003F256a2e2b
Octal1232417460077451525653
Binary10100111010000111110011000001111111001011101010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53a13c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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