#639D4C

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

Shades of Apple #639D4C

Tints of Apple #639D4C

Color information

#639D4C (or 0x639D4C) is unknown color: approx Apple. HEX triplet: 63, 9D and 4C. RGB value is (99,157,76). Sum of RGB (Red+Green+Blue) = 99+157+76=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #639D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639D4C is #9C62B3. Grayscale: #828282. Windows color (decimal): -10248884 or 5021027. OLE color: 5021027.

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

Color convert

RGB9915776-
CMYK0.3700.520.38
HSL102.96º34.76%45.69%-
HSV(B)102.96º51.59%61.57%-
XYZ18.5127.2911.13-
YUV130.4297.28105.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.82%
GREEN value IS 157 (61.72% from 255) = 47.29%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=29.82%
G=47.29%
B=22.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99157760.3700.520.38102.9634.7645.69
Hex639D4C250342667232e
Octal14323511445064461474356
Binary110001110011101100110010010101101001001101100111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639D4C; }

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

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

<style>
 a { background-color: #639D4C; }

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

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

<style>
 span { border-color: #639D4C; }

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

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