#63A04C

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

Shades of Apple #63A04C

Tints of Apple #63A04C

Color information

#63A04C (or 0x63A04C) is unknown color: approx Apple. HEX triplet: 63, A0 and 4C. RGB value is (99,160,76). Sum of RGB (Red+Green+Blue) = 99+160+76=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #63A04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A04C is #9C5FB3. Grayscale: #848484. Windows color (decimal): -10248116 or 5021795. OLE color: 5021795.

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

Color convert

RGB9916076-
CMYK0.3800.520.37
HSL103.57º35.59%46.27%-
HSV(B)103.57º52.5%62.75%-
XYZ19.0228.3211.3-
YUV132.1896.29104.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 160 (62.89% from 255) = 47.76%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=29.55%
G=47.76%
B=22.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99160760.3800.520.37103.5735.5946.27
Hex63A04C260342568242e
Octal14324011446064451504456
Binary110001110100000100110010011001101001001011101000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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