#64AA41

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

Shades of Apple #64AA41

Tints of Apple #64AA41

Color information

#64AA41 (or 0x64AA41) is unknown color: approx Apple. HEX triplet: 64, AA and 41. RGB value is (100,170,65). Sum of RGB (Red+Green+Blue) = 100+170+65=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AA41 is #9B55BE. Grayscale: #898989. Windows color (decimal): -10180031 or 4303460. OLE color: 4303460.

HSL color Cylindrical-coordinate representation of color #64AA41: hue angle of 100º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64AA41 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB10017065-
CMYK0.4100.620.33
HSL100º44.68%46.08%-
HSV(B)100º61.76%66.67%-
XYZ20.5831.8410.06-
YUV137.187.31101.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=29.85%
G=50.75%
B=19.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100170650.4100.620.3310044.6846.08
Hex64AA412903E21642d2e
Octal14425210151076411445556
Binary110010010101010100000110100101111101000011100100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AA41; }

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

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

<style>
 a { background-color: #64AA41; }

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

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

<style>
 span { border-color: #64AA41; }

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

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