#53A039

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

Shades of Apple #53A039

Tints of Apple #53A039

Color information

#53A039 (or 0x53A039) is unknown color: approx Apple. HEX triplet: 53, A0 and 39. RGB value is (83,160,57). Sum of RGB (Red+Green+Blue) = 83+160+57=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #53A039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A039 is #AC5FC6. Grayscale: #7D7D7D. Windows color (decimal): -11296711 or 3776595. OLE color: 3776595.

HSL color Cylindrical-coordinate representation of color #53A039: hue angle of 104.85º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53A039 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB8316057-
CMYK0.4800.640.37
HSL104.85º47.47%42.55%-
HSV(B)104.85º64.38%62.75%-
XYZ16.8827.288.25-
YUV125.2489.4997.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 57 (22.66% from 255) = 19%
R=27.67%
G=53.33%
B=19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83160570.4800.640.37104.8547.4742.55
Hex53A0393004025692f2b
Octal12324071600100451515753
Binary101001110100000111001110000010000001001011101001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,160,57); }

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

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

 a { background-color: rgb(83,160,57); }

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

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

 span { border-color: rgb(83,160,57); }

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