#639F52

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

Shades of Apple #639F52

Tints of Apple #639F52

Color information

#639F52 (or 0x639F52) is unknown color: approx Apple. HEX triplet: 63, 9F and 52. RGB value is (99,159,82). Sum of RGB (Red+Green+Blue) = 99+159+82=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #639F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F52 is #9C60AD. Grayscale: #848484. Windows color (decimal): -10248366 or 5414755. OLE color: 5414755.

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

Color convert

RGB9915982-
CMYK0.3800.480.38
HSL106.75º31.95%47.25%-
HSV(B)106.75º48.43%62.35%-
XYZ19.0728.0612.39-
YUV132.2899.62104.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=29.12%
G=46.76%
B=24.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99159820.3800.480.38106.7531.9547.25
Hex639F5226030266b202f
Octal14323712246060461534057
Binary110001110011111101001010011001100001001101101011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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