#639B40

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

Shades of Apple #639B40

Tints of Apple #639B40

Color information

#639B40 (or 0x639B40) is unknown color: approx Apple. HEX triplet: 63, 9B and 40. RGB value is (99,155,64). Sum of RGB (Red+Green+Blue) = 99+155+64=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #639B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639B40 is #9C64BF. Grayscale: #808080. Windows color (decimal): -10249408 or 4234083. OLE color: 4234083.

HSL color Cylindrical-coordinate representation of color #639B40: hue angle of 96.92º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #639B40 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB9915564-
CMYK0.3600.590.39
HSL96.92º41.55%42.94%-
HSV(B)96.92º58.71%60.78%-
XYZ17.7926.479.02-
YUV127.8891.95107.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=31.13%
G=48.74%
B=20.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99155640.3600.590.3996.9241.5542.94
Hex639B402403B27612a2b
Octal14323310044073471415253
Binary110001110011011100000010010001110111001111100001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,155,64); }

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

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

 a { background-color: rgb(99,155,64); }

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

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

 span { border-color: rgb(99,155,64); }

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