#649D3F

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

Shades of Apple #649D3F

Tints of Apple #649D3F

Color information

#649D3F (or 0x649D3F) is unknown color: approx Apple. HEX triplet: 64, 9D and 3F. RGB value is (100,157,63). Sum of RGB (Red+Green+Blue) = 100+157+63=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #649D3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D3F is #9B62C0. Grayscale: #818181. Windows color (decimal): -10183361 or 4169060. OLE color: 4169060.

HSL color Cylindrical-coordinate representation of color #649D3F: hue angle of 96.38º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649D3F is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB10015763-
CMYK0.3600.600.38
HSL96.38º42.73%43.14%-
HSV(B)96.38º59.87%61.57%-
XYZ18.2127.188.99-
YUV129.2490.62107.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 157 (61.72% from 255) = 49.06%
BLUE value IS 63 (25% from 255) = 19.69%
R=31.25%
G=49.06%
B=19.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157630.3600.600.3896.3842.7343.14
Hex649D3F2403C26602b2b
Octal1442357744074461405353
Binary11001001001110111111110010001111001001101100000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,157,63); }

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

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

 a { background-color: rgb(100,157,63); }

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

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

 span { border-color: rgb(100,157,63); }

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