#639D46

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

Shades of Apple #639D46

Tints of Apple #639D46

Color information

#639D46 (or 0x639D46) is unknown color: approx Apple. HEX triplet: 63, 9D and 46. RGB value is (99,157,70). Sum of RGB (Red+Green+Blue) = 99+157+70=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #639D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639D46 is #9C62B9. Grayscale: #828282. Windows color (decimal): -10248890 or 4627811. OLE color: 4627811.

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

Color convert

RGB9915770-
CMYK0.3700.550.38
HSL100º38.33%44.51%-
HSV(B)100º55.41%61.57%-
XYZ18.3127.2110.08-
YUV129.7494.28106.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 157 (61.72% from 255) = 48.16%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=30.37%
G=48.16%
B=21.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99157700.3700.550.3810038.3344.51
Hex639D46250372664262d
Octal14323510645067461444655
Binary110001110011101100011010010101101111001101100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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