#63AA49

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

Shades of Apple #63AA49

Tints of Apple #63AA49

Color information

#63AA49 (or 0x63AA49) is unknown color: approx Apple. HEX triplet: 63, AA and 49. RGB value is (99,170,73). Sum of RGB (Red+Green+Blue) = 99+170+73=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA49 is #9C55B6. Grayscale: #8A8A8A. Windows color (decimal): -10245559 or 4827747. OLE color: 4827747.

HSL color Cylindrical-coordinate representation of color #63AA49: hue angle of 103.92º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63AA49 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB9917073-
CMYK0.4200.570.33
HSL103.92º39.92%47.65%-
HSV(B)103.92º57.06%66.67%-
XYZ20.7231.8811.37-
YUV137.7191.48100.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 170 (66.80% from 255) = 49.71%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=28.95%
G=49.71%
B=21.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99170730.4200.570.33103.9239.9247.65
Hex63AA492A03921682830
Octal14325211152071411505060
Binary110001110101010100100110101001110011000011101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63AA49; }

 p { color: rgb(99,170,73); }

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

<style>
 a { background-color: #63AA49; }

 a { background-color: rgb(99,170,73); }

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

<style>
 span { border-color: #63AA49; }

 span { border-color: rgb(99,170,73); }

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