#64B946

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

Shades of Apple #64B946

Tints of Apple #64B946

Color information

#64B946 (or 0x64B946) is unknown color: approx Apple. HEX triplet: 64, B9 and 46. RGB value is (100,185,70). Sum of RGB (Red+Green+Blue) = 100+185+70=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #64B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B946 is #9B46B9. Grayscale: #929292. Windows color (decimal): -10176186 or 4634980. OLE color: 4634980.

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

Color convert

RGB10018570-
CMYK0.4600.620.27
HSL104.35º45.1%50%-
HSV(B)104.35º62.16%72.55%-
XYZ23.7137.8511.85-
YUV146.4884.8494.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 185 (72.66% from 255) = 52.11%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=28.17%
G=52.11%
B=19.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100185700.4600.620.27104.3545.150
Hex64B9462E03E1B682d32
Octal14427110656076331505562
Binary11001001011100110001101011100111110110111101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,70); }

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

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

 a { background-color: rgb(100,185,70); }

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

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

 span { border-color: rgb(100,185,70); }

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