#639F4B

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

Shades of Apple #639F4B

Tints of Apple #639F4B

Color information

#639F4B (or 0x639F4B) is unknown color: approx Apple. HEX triplet: 63, 9F and 4B. RGB value is (99,159,75). Sum of RGB (Red+Green+Blue) = 99+159+75=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #639F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639F4B is #9C60B4. Grayscale: #838383. Windows color (decimal): -10248373 or 4956003. OLE color: 4956003.

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

Color convert

RGB9915975-
CMYK0.3800.530.38
HSL102.86º35.9%45.88%-
HSV(B)102.86º52.83%62.35%-
XYZ18.8127.9611.06-
YUV131.4896.12104.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=29.73%
G=47.75%
B=22.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99159750.3800.530.38102.8635.945.88
Hex639F4B260352667242e
Octal14323711346065461474456
Binary110001110011111100101110011001101011001101100111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,75); }

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

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

 a { background-color: rgb(99,159,75); }

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

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

 span { border-color: rgb(99,159,75); }

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