#649f51

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

Shades of Apple #649F51

Tints of Apple #649F51

Color information

#649F51 (or 0x649F51) is unknown color: approx Apple. HEX triplet: 64, 9F and 51. RGB value is (100,159,81). Sum of RGB (Red+Green+Blue) = 100+159+81=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #649F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F51 is #9B60AE. Grayscale: #848484. Windows color (decimal): -10182831 or 5349220. OLE color: 5349220.

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

Color convert

RGB10015981-
CMYK0.3700.490.38
HSL105.38º32.5%47.06%-
HSV(B)105.38º49.06%62.35%-
XYZ19.1428.112.2-
YUV132.4798.95104.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=29.41%
G=46.76%
B=23.82%

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
Decimal100159810.3700.490.38105.3832.547.06
Hex649F51250312669202f
Octal14423712145061461514057
Binary110010010011111101000110010101100011001101101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649f51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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