#53A43D

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

Shades of Apple #53A43D

Tints of Apple #53A43D

Color information

#53A43D (or 0x53A43D) is unknown color: approx Apple. HEX triplet: 53, A4 and 3D. RGB value is (83,164,61). Sum of RGB (Red+Green+Blue) = 83+164+61=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #53A43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A43D is #AC5BC2. Grayscale: #808080. Windows color (decimal): -11295683 or 4039763. OLE color: 4039763.

HSL color Cylindrical-coordinate representation of color #53A43D: hue angle of 107.18º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53A43D is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB8316461-
CMYK0.4900.630.36
HSL107.18º45.78%44.12%-
HSV(B)107.18º62.8%64.31%-
XYZ17.6928.739.03-
YUV128.0490.1695.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 164 (64.45% from 255) = 53.25%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=26.95%
G=53.25%
B=19.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83164610.4900.630.36107.1845.7844.12
Hex53A43D3103F246b2e2c
Octal1232447561077441535654
Binary10100111010010011110111000101111111001001101011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,164,61); }

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

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

 a { background-color: rgb(83,164,61); }

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

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

 span { border-color: rgb(83,164,61); }

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