#53A537

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

Shades of Apple #53A537

Tints of Apple #53A537

Color information

#53A537 (or 0x53A537) is unknown color: approx Apple. HEX triplet: 53, A5 and 37. RGB value is (83,165,55). Sum of RGB (Red+Green+Blue) = 83+165+55=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #53A537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A537 is #AC5AC8. Grayscale: #808080. Windows color (decimal): -11295433 or 3646803. OLE color: 3646803.

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

Color convert

RGB8316555-
CMYK0.5000.670.35
HSL104.73º50%43.14%-
HSV(B)104.73º66.67%64.71%-
XYZ17.7129.038.28-
YUV127.9486.8395.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 165 (64.84% from 255) = 54.46%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=27.39%
G=54.46%
B=18.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83165550.5000.670.35104.735043.14
Hex53A537320432369322b
Octal12324567620103431516253
Binary101001110100101110111110010010000111000111101001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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