#64B34E

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

Shades of Apple #64B34E

Tints of Apple #64B34E

Color information

#64B34E (or 0x64B34E) is unknown color: approx Apple. HEX triplet: 64, B3 and 4E. RGB value is (100,179,78). Sum of RGB (Red+Green+Blue) = 100+179+78=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #64B34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B34E is #9B4CB1. Grayscale: #909090. Windows color (decimal): -10177714 or 5157732. OLE color: 5157732.

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

Color convert

RGB10017978-
CMYK0.4400.560.30
HSL106.93º39.92%50.39%-
HSV(B)106.93º56.42%70.2%-
XYZ22.7535.512.86-
YUV143.8690.8396.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 179 (70.31% from 255) = 50.14%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=28.01%
G=50.14%
B=21.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100179780.4400.560.30106.9339.9250.39
Hex64B34E2C0381E6b2832
Octal14426311654070361535062
Binary11001001011001110011101011000111000111101101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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