#53A439

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

Shades of Apple #53A439

Tints of Apple #53A439

Color information

#53A439 (or 0x53A439) is unknown color: approx Apple. HEX triplet: 53, A4 and 39. RGB value is (83,164,57). Sum of RGB (Red+Green+Blue) = 83+164+57=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #53A439 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A439 is #AC5BC6. Grayscale: #7F7F7F. Windows color (decimal): -11295687 or 3777619. OLE color: 3777619.

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

Color convert

RGB8316457-
CMYK0.4900.650.36
HSL105.42º48.42%43.33%-
HSV(B)105.42º65.24%64.31%-
XYZ17.5828.698.48-
YUV127.5888.1696.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 164 (64.45% from 255) = 53.95%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=27.30%
G=53.95%
B=18.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83164570.4900.650.36105.4248.4243.33
Hex53A439310412469302b
Octal12324471610101441516053
Binary101001110100100111001110001010000011001001101001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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