#649B4E

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

Shades of Apple #649B4E

Tints of Apple #649B4E

Color information

#649B4E (or 0x649B4E) is unknown color: approx Apple. HEX triplet: 64, 9B and 4E. RGB value is (100,155,78). Sum of RGB (Red+Green+Blue) = 100+155+78=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #649B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B4E is #9B64B1. Grayscale: #828282. Windows color (decimal): -10183858 or 5151588. OLE color: 5151588.

HSL color Cylindrical-coordinate representation of color #649B4E: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649B4E is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB10015578-
CMYK0.3500.500.39
HSL102.86º33.05%45.69%-
HSV(B)102.86º49.68%60.78%-
XYZ18.3526.711.39-
YUV129.7898.78106.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=30.03%
G=46.55%
B=23.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155780.3500.500.39102.8633.0545.69
Hex649B4E230322767212e
Octal14423311643062471474156
Binary110010010011011100111010001101100101001111100111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,78); }

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

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

 a { background-color: rgb(100,155,78); }

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

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

 span { border-color: rgb(100,155,78); }

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