#64B745

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

Shades of Apple #64B745

Tints of Apple #64B745

Color information

#64B745 (or 0x64B745) is unknown color: approx Apple. HEX triplet: 64, B7 and 45. RGB value is (100,183,69). Sum of RGB (Red+Green+Blue) = 100+183+69=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #64B745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B745 is #9B48BA. Grayscale: #919191. Windows color (decimal): -10176699 or 4568932. OLE color: 4568932.

HSL color Cylindrical-coordinate representation of color #64B745: hue angle of 103.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64B745 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB10018369-
CMYK0.4500.620.28
HSL103.68º45.24%49.41%-
HSV(B)103.68º62.3%71.76%-
XYZ23.2637.0111.55-
YUV145.198595.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=28.41%
G=51.99%
B=19.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100183690.4500.620.28103.6845.2449.41
Hex64B7452D03E1C682d31
Octal14426710555076341505561
Binary11001001011011110001011011010111110111001101000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,183,69); }

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

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

 a { background-color: rgb(100,183,69); }

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

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

 span { border-color: rgb(100,183,69); }

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