#639E50

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

Shades of Apple #639E50

Tints of Apple #639E50

Color information

#639E50 (or 0x639E50) is unknown color: approx Apple. HEX triplet: 63, 9E and 50. RGB value is (99,158,80). Sum of RGB (Red+Green+Blue) = 99+158+80=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #639E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E50 is #9C61AF. Grayscale: #838383. Windows color (decimal): -10248624 or 5283427. OLE color: 5283427.

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

Color convert

RGB9915880-
CMYK0.3700.490.38
HSL105.38º32.77%46.67%-
HSV(B)105.38º49.37%61.96%-
XYZ18.8227.6911.94-
YUV131.4798.95104.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=29.38%
G=46.88%
B=23.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99158800.3700.490.38105.3832.7746.67
Hex639E50250312669212f
Octal14323612045061461514157
Binary110001110011110101000010010101100011001101101001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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