#53A540

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

Shades of Apple #53A540

Tints of Apple #53A540

Color information

#53A540 (or 0x53A540) is unknown color: approx Apple. HEX triplet: 53, A5 and 40. RGB value is (83,165,64). Sum of RGB (Red+Green+Blue) = 83+165+64=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #53A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A540 is #AC5ABF. Grayscale: #818181. Windows color (decimal): -11295424 or 4236627. OLE color: 4236627.

HSL color Cylindrical-coordinate representation of color #53A540: hue angle of 108.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53A540 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB8316564-
CMYK0.5000.610.35
HSL108.71º44.1%44.9%-
HSV(B)108.71º61.21%64.71%-
XYZ17.9529.129.53-
YUV128.9791.3395.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 165 (64.84% from 255) = 52.88%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=26.60%
G=52.88%
B=20.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83165640.5000.610.35108.7144.144.9
Hex53A5403203D236d2c2d
Octal12324510062075431555455
Binary101001110100101100000011001001111011000111101101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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