#64A940

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

Shades of Apple #64A940

Tints of Apple #64A940

Color information

#64A940 (or 0x64A940) is unknown color: approx Apple. HEX triplet: 64, A9 and 40. RGB value is (100,169,64). Sum of RGB (Red+Green+Blue) = 100+169+64=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #64A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A940 is #9B56BF. Grayscale: #888888. Windows color (decimal): -10180288 or 4237668. OLE color: 4237668.

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

Color convert

RGB10016964-
CMYK0.4100.620.34
HSL99.43º45.06%45.69%-
HSV(B)99.43º62.13%66.27%-
XYZ20.3731.469.85-
YUV136.487.14102.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 169 (66.41% from 255) = 50.75%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=30.03%
G=50.75%
B=19.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100169640.4100.620.3499.4345.0645.69
Hex64A9402903E22632d2e
Octal14425110051076421435556
Binary110010010101001100000010100101111101000101100011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,169,64); }

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

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

 a { background-color: rgb(100,169,64); }

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

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

 span { border-color: rgb(100,169,64); }

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