#63A04B

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

Shades of Apple #63A04B

Tints of Apple #63A04B

Color information

#63A04B (or 0x63A04B) is unknown color: approx Apple. HEX triplet: 63, A0 and 4B. RGB value is (99,160,75). Sum of RGB (Red+Green+Blue) = 99+160+75=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #63A04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A04B is #9C5FB4. Grayscale: #848484. Windows color (decimal): -10248117 or 4956259. OLE color: 4956259.

HSL color Cylindrical-coordinate representation of color #63A04B: hue angle of 103.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63A04B is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB9916075-
CMYK0.3800.530.37
HSL103.06º36.17%46.08%-
HSV(B)103.06º53.12%62.75%-
XYZ18.9928.311.12-
YUV132.0795.79104.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.64%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=29.64%
G=47.90%
B=22.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99160750.3800.530.37103.0636.1746.08
Hex63A04B260352567242e
Octal14324011346065451474456
Binary110001110100000100101110011001101011001011100111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,75); }

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

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

 a { background-color: rgb(99,160,75); }

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

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

 span { border-color: rgb(99,160,75); }

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