#64B344

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

Shades of Apple #64B344

Tints of Apple #64B344

Color information

#64B344 (or 0x64B344) is unknown color: approx Apple. HEX triplet: 64, B3 and 44. RGB value is (100,179,68). Sum of RGB (Red+Green+Blue) = 100+179+68=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #64B344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B344 is #9B4CBB. Grayscale: #8F8F8F. Windows color (decimal): -10177724 or 4502372. OLE color: 4502372.

HSL color Cylindrical-coordinate representation of color #64B344: hue angle of 102.7º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64B344 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB10017968-
CMYK0.4400.620.30
HSL102.7º44.94%48.43%-
HSV(B)102.7º62.01%70.2%-
XYZ22.4235.3711.11-
YUV142.7285.8397.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 179 (70.31% from 255) = 51.59%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=28.82%
G=51.59%
B=19.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100179680.4400.620.30102.744.9448.43
Hex64B3442C03E1E672d30
Octal14426310454076361475560
Binary11001001011001110001001011000111110111101100111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,179,68); }

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

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

 a { background-color: rgb(100,179,68); }

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

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

 span { border-color: rgb(100,179,68); }

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