#649F50

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

Shades of Apple #649F50

Tints of Apple #649F50

Color information

#649F50 (or 0x649F50) is unknown color: approx Apple. HEX triplet: 64, 9F and 50. RGB value is (100,159,80). Sum of RGB (Red+Green+Blue) = 100+159+80=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #649F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F50 is #9B60AF. Grayscale: #848484. Windows color (decimal): -10182832 or 5283684. OLE color: 5283684.

HSL color Cylindrical-coordinate representation of color #649F50: hue angle of 104.81º 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 #649F50 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB10015980-
CMYK0.3700.500.38
HSL104.81º33.05%46.86%-
HSV(B)104.81º49.69%62.35%-
XYZ19.128.0812-
YUV132.3598.45104.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=29.50%
G=46.90%
B=23.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100159800.3700.500.38104.8133.0546.86
Hex649F50250322669212f
Octal14423712045062461514157
Binary110010010011111101000010010101100101001101101001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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