#639F50

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

Shades of Apple #639F50

Tints of Apple #639F50

Color information

#639F50 (or 0x639F50) is unknown color: approx Apple. HEX triplet: 63, 9F and 50. RGB value is (99,159,80). Sum of RGB (Red+Green+Blue) = 99+159+80=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #639F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F50 is #9C60AF. Grayscale: #848484. Windows color (decimal): -10248368 or 5283683. OLE color: 5283683.

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

Color convert

RGB9915980-
CMYK0.3800.500.38
HSL105.57º33.05%46.86%-
HSV(B)105.57º49.69%62.35%-
XYZ18.9928.0312-
YUV132.0598.62104.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=29.29%
G=47.04%
B=23.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99159800.3800.500.38105.5733.0546.86
Hex639F5026032266a212f
Octal14323712046062461524157
Binary110001110011111101000010011001100101001101101010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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