#649D41

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

Shades of Apple #649D41

Tints of Apple #649D41

Color information

#649D41 (or 0x649D41) is unknown color: approx Apple. HEX triplet: 64, 9D and 41. RGB value is (100,157,65). Sum of RGB (Red+Green+Blue) = 100+157+65=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #649D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D41 is #9B62BE. Grayscale: #818181. Windows color (decimal): -10183359 or 4300132. OLE color: 4300132.

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

Color convert

RGB10015765-
CMYK0.3600.590.38
HSL97.17º41.44%43.53%-
HSV(B)97.17º58.6%61.57%-
XYZ18.2727.29.29-
YUV129.4791.62106.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 157 (61.72% from 255) = 48.76%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=31.06%
G=48.76%
B=20.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157650.3600.590.3897.1741.4443.53
Hex649D412403B2661292c
Octal14423510144073461415154
Binary110010010011101100000110010001110111001101100001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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