#639C3F

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

Shades of Apple #639C3F

Tints of Apple #639C3F

Color information

#639C3F (or 0x639C3F) is unknown color: approx Apple. HEX triplet: 63, 9C and 3F. RGB value is (99,156,63). Sum of RGB (Red+Green+Blue) = 99+156+63=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #639C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639C3F is #9C63C0. Grayscale: #808080. Windows color (decimal): -10249153 or 4168803. OLE color: 4168803.

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

Color convert

RGB9915663-
CMYK0.3700.600.39
HSL96.77º42.47%42.94%-
HSV(B)96.77º59.62%61.18%-
XYZ17.9326.798.93-
YUV128.3591.12107.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 156 (61.33% from 255) = 49.06%
BLUE value IS 63 (25% from 255) = 19.81%
R=31.13%
G=49.06%
B=19.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99156630.3700.600.3996.7742.4742.94
Hex639C3F2503C27612a2b
Octal1432347745074471415253
Binary11000111001110011111110010101111001001111100001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,156,63); }

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

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

 a { background-color: rgb(99,156,63); }

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

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

 span { border-color: rgb(99,156,63); }

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