#64B45B

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

Shades of Apple #64B45B

Tints of Apple #64B45B

Color information

#64B45B (or 0x64B45B) is unknown color: approx Apple. HEX triplet: 64, B4 and 5B. RGB value is (100,180,91). Sum of RGB (Red+Green+Blue) = 100+180+91=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #64B45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B45B is #9B4BA4. Grayscale: #929292. Windows color (decimal): -10177445 or 6009956. OLE color: 6009956.

HSL color Cylindrical-coordinate representation of color #64B45B: hue angle of 113.93º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64B45B is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB10018091-
CMYK0.4400.490.29
HSL113.93º37.24%53.14%-
HSV(B)113.93º49.44%70.59%-
XYZ23.4736.1115.63-
YUV145.939795.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=26.95%
G=48.52%
B=24.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100180910.4400.490.29113.9337.2453.14
Hex64B45B2C0311D722535
Octal14426413354061351624565
Binary11001001011010010110111011000110001111011110010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,180,91); }

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

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

 a { background-color: rgb(100,180,91); }

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

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

 span { border-color: rgb(100,180,91); }

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