#53A635

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

Shades of Apple #53A635

Tints of Apple #53A635

Color information

#53A635 (or 0x53A635) is unknown color: approx Apple. HEX triplet: 53, A6 and 35. RGB value is (83,166,53). Sum of RGB (Red+Green+Blue) = 83+166+53=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #53A635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A635 is #AC59CA. Grayscale: #808080. Windows color (decimal): -11295179 or 3515987. OLE color: 3515987.

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

Color convert

RGB8316653-
CMYK0.5000.680.35
HSL104.07º51.6%42.94%-
HSV(B)104.07º68.07%65.1%-
XYZ17.8529.378.1-
YUV128.385.595.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 166 (65.23% from 255) = 54.97%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=27.48%
G=54.97%
B=17.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83166530.5000.680.35104.0751.642.94
Hex53A635320442368342b
Octal12324665620104431506453
Binary101001110100110110101110010010001001000111101000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,166,53); }

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

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

 a { background-color: rgb(83,166,53); }

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

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

 span { border-color: rgb(83,166,53); }

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